# 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-failuresopjuikx5/.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_extend_basic.yml *********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml PLAY [Basic snapshot test] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:2 Friday 01 March 2024 16:57:09 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:38 Friday 01 March 2024 16:57:10 +0000 (0:00:01.003) 0:00:01.015 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:10 Friday 01 March 2024 16:57:10 +0000 (0:00:00.013) 0:00:01.028 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:15 Friday 01 March 2024 16:57:10 +0000 (0:00:00.240) 0:00:01.268 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:19 Friday 01 March 2024 16:57:10 +0000 (0:00:00.017) 0:00:01.286 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:57:10 +0000 (0:00:00.018) 0:00:01.304 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:57:10 +0000 (0:00:00.020) 0:00:01.324 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:57:11 +0000 (0:00:00.020) 0:00:01.345 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:57:11 +0000 (0:00:00.026) 0:00:01.371 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 16:57:11 +0000 (0:00:00.190) 0:00:01.562 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 16:57:11 +0000 (0:00:00.016) 0:00:01.578 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:57:11 +0000 (0:00:00.010) 0:00:01.589 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:57:11 +0000 (0:00:00.009) 0:00:01.599 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:57:11 +0000 (0:00:00.026) 0:00:01.625 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 16:57:13 +0000 (0:00:02.485) 0:00:04.110 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 16:57:13 +0000 (0:00:00.012) 0:00:04.122 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 16:57:13 +0000 (0:00:00.011) 0:00:04.134 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 16:57:14 +0000 (0:00:00.470) 0:00:04.605 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 16:57:14 +0000 (0:00:00.020) 0:00:04.625 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 16:57:14 +0000 (0:00:00.017) 0:00:04.643 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 16:57:14 +0000 (0:00:00.017) 0:00:04.661 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 16:57:14 +0000 (0:00:00.016) 0:00:04.677 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 16:57:16 +0000 (0:00:02.369) 0:00:07.047 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 16:57:18 +0000 (0:00:01.684) 0:00:08.731 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 16:57:18 +0000 (0:00:00.030) 0:00:08.763 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 16:57:18 +0000 (0:00:00.010) 0:00:08.773 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 16:57:18 +0000 (0:00:00.363) 0:00:09.136 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 16:57:18 +0000 (0:00:00.020) 0:00:09.157 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 16:57:18 +0000 (0:00:00.011) 0:00:09.168 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 16:57:18 +0000 (0:00:00.014) 0:00:09.183 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 16:57:18 +0000 (0:00:00.015) 0:00:09.198 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 16:57:18 +0000 (0:00:00.012) 0:00:09.211 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 16:57:18 +0000 (0:00:00.020) 0:00:09.231 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 16:57:18 +0000 (0:00:00.010) 0:00:09.241 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 16:57:18 +0000 (0:00:00.019) 0:00:09.261 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 16:57:18 +0000 (0:00:00.019) 0:00:09.281 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 16:57:18 +0000 (0:00:00.010) 0:00:09.291 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311751.7645235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 16:57:19 +0000 (0:00:00.193) 0:00:09.485 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 16:57:19 +0000 (0:00:00.010) 0:00:09.495 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:23 Friday 01 March 2024 16:57:19 +0000 (0:00:00.755) 0:00:10.251 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 16:57:19 +0000 (0:00:00.018) 0:00:10.269 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:10 Friday 01 March 2024 16:57:20 +0000 (0:00:00.190) 0:00:10.460 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 Friday 01 March 2024 16:57:20 +0000 (0:00:00.015) 0:00:10.475 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 16:57:22 +0000 (0:00:02.382) 0:00:12.857 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:31 Friday 01 March 2024 16:57:22 +0000 (0:00:00.288) 0:00:13.146 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:36 Friday 01 March 2024 16:57:22 +0000 (0:00:00.013) 0:00:13.159 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:44 Friday 01 March 2024 16:57:22 +0000 (0:00:00.011) 0:00:13.171 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 16:57:22 +0000 (0:00:00.022) 0:00:13.194 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 16:57:22 +0000 (0:00:00.018) 0:00:13.212 ********** 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-failuresopjuikx5/tests/tasks/setup.yml:29 Friday 01 March 2024 16:57:22 +0000 (0:00:00.018) 0:00:13.231 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:57:22 +0000 (0:00:00.024) 0:00:13.255 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:57:22 +0000 (0:00:00.017) 0:00:13.273 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:57:22 +0000 (0:00:00.021) 0:00:13.294 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:57:22 +0000 (0:00:00.029) 0:00:13.323 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 16:57:23 +0000 (0:00:00.013) 0:00:13.336 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 16:57:23 +0000 (0:00:00.016) 0:00:13.353 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:57:23 +0000 (0:00:00.028) 0:00:13.381 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:57:23 +0000 (0:00:00.013) 0:00:13.394 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:57:23 +0000 (0:00:00.028) 0:00:13.423 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 16:57:25 +0000 (0:00:02.396) 0:00:15.819 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "10%" }, { "name": "lv2", "size": "10%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "10%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "10%" }, { "name": "lv6", "size": "10%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 16:57:25 +0000 (0:00:00.028) 0:00:15.848 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 16:57:25 +0000 (0:00:00.013) 0:00:15.862 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 16:57:29 +0000 (0:00:04.028) 0:00:19.890 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 16:57:29 +0000 (0:00:00.023) 0:00:19.913 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 16:57:29 +0000 (0:00:00.018) 0:00:19.932 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 16:57:29 +0000 (0:00:00.023) 0:00:19.955 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 16:57:29 +0000 (0:00:00.019) 0:00:19.975 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 16:57:32 +0000 (0:00:02.506) 0:00:22.481 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 16:57:33 +0000 (0:00:01.632) 0:00:24.113 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 16:57:33 +0000 (0:00:00.032) 0:00:24.146 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 16:57:33 +0000 (0:00:00.010) 0:00:24.157 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "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": "10%", "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": "10%", "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": "10%", "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": "10%", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 16:57:43 +0000 (0:00:09.759) 0:00:33.917 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 16:57:43 +0000 (0:00:00.019) 0:00:33.936 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 16:57:43 +0000 (0:00:00.010) 0:00:33.947 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "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": "10%", "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": "10%", "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": "10%", "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": "10%", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 16:57:43 +0000 (0:00:00.022) 0:00:33.969 ********** 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": "10%", "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": "10%", "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": "10%", "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": "10%", "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": "10%", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 16:57:43 +0000 (0:00:00.019) 0:00:33.989 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 16:57:43 +0000 (0:00:00.013) 0:00:34.003 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 16:57:43 +0000 (0:00:00.018) 0:00:34.021 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 16:57:43 +0000 (0:00:00.010) 0:00:34.032 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 16:57:43 +0000 (0:00:00.022) 0:00:34.054 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 16:57:43 +0000 (0:00:00.020) 0:00:34.074 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 16:57:43 +0000 (0:00:00.011) 0:00:34.086 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311751.7645235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 16:57:43 +0000 (0:00:00.204) 0:00:34.291 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 16:57:43 +0000 (0:00:00.010) 0:00:34.301 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:41 Friday 01 March 2024 16:57:44 +0000 (0:00:00.788) 0:00:35.090 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 16:57:44 +0000 (0:00:00.023) 0:00:35.114 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 16:57:44 +0000 (0:00:00.018) 0:00:35.132 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 16:57:44 +0000 (0:00:00.027) 0:00:35.160 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 16:57:44 +0000 (0:00:00.018) 0:00:35.178 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 16:57:44 +0000 (0:00:00.015) 0:00:35.194 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 16:57:44 +0000 (0:00:00.032) 0:00:35.226 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 16:57:47 +0000 (0:00:02.372) 0:00:37.599 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:57:47 +0000 (0:00:00.027) 0:00:37.627 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:57:50 +0000 (0:00:02.773) 0:00:40.400 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.83 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.83 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:57:50 +0000 (0:00:00.016) 0:00:40.417 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:57:50 +0000 (0:00:00.027) 0:00:40.444 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 16:57:50 +0000 (0:00:00.011) 0:00:40.456 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:50 Friday 01 March 2024 16:57:50 +0000 (0:00:00.015) 0:00:40.471 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 16:57:50 +0000 (0:00:00.026) 0:00:40.498 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 16:57:50 +0000 (0:00:00.017) 0:00:40.516 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 16:57:50 +0000 (0:00:00.060) 0:00:40.576 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 16:57:50 +0000 (0:00:00.014) 0:00:40.590 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 16:57:50 +0000 (0:00:00.014) 0:00:40.605 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 16:57:50 +0000 (0:00:00.030) 0:00:40.635 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 16:57:52 +0000 (0:00:02.374) 0:00:43.010 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:57:52 +0000 (0:00:00.026) 0:00:43.036 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:57:53 +0000 (0:00:01.287) 0:00:44.324 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.83 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.83 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:57:54 +0000 (0:00:00.014) 0:00:44.339 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:57:54 +0000 (0:00:00.024) 0:00:44.364 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 16:57:54 +0000 (0:00:00.012) 0:00:44.376 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Extend the snapshots size to 40 percent of the source] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:59 Friday 01 March 2024 16:57:54 +0000 (0:00:00.015) 0:00:44.392 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 16:57:54 +0000 (0:00:00.029) 0:00:44.421 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 16:57:54 +0000 (0:00:00.017) 0:00:44.439 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 16:57:54 +0000 (0:00:00.023) 0:00:44.462 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 16:57:54 +0000 (0:00:00.014) 0:00:44.477 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 16:57:54 +0000 (0:00:00.014) 0:00:44.491 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 16:57:54 +0000 (0:00:00.031) 0:00:44.523 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 16:57:56 +0000 (0:00:02.362) 0:00:46.886 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py extend -a -r 40 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command extend] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:57:56 +0000 (0:00:00.028) 0:00:46.914 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:57:59 +0000 (0:00:02.596) 0:00:49.511 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.83 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.83 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:57:59 +0000 (0:00:00.014) 0:00:49.526 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:57:59 +0000 (0:00:00.025) 0:00:49.551 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 16:57:59 +0000 (0:00:00.011) 0:00:49.563 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for extend] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:68 Friday 01 March 2024 16:57:59 +0000 (0:00:00.017) 0:00:49.580 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Use the snapshot_lvm_verify option to make sure extend is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:72 Friday 01 March 2024 16:57:59 +0000 (0:00:00.012) 0:00:49.593 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 16:57:59 +0000 (0:00:00.031) 0:00:49.625 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 16:57:59 +0000 (0:00:00.017) 0:00:49.642 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 16:57:59 +0000 (0:00:00.022) 0:00:49.664 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 16:57:59 +0000 (0:00:00.014) 0:00:49.678 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 16:57:59 +0000 (0:00:00.013) 0:00:49.692 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 16:57:59 +0000 (0:00:00.030) 0:00:49.723 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 16:58:01 +0000 (0:00:02.447) 0:00:52.170 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py extend -a -v -r 40 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command extend] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:58:01 +0000 (0:00:00.027) 0:00:52.198 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:58:03 +0000 (0:00:01.658) 0:00:53.857 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.83 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.83 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:58:03 +0000 (0:00:00.014) 0:00:53.872 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:58:03 +0000 (0:00:00.025) 0:00:53.897 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 16:58:03 +0000 (0:00:00.016) 0:00:53.913 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for extend verify] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:82 Friday 01 March 2024 16:58:03 +0000 (0:00:00.017) 0:00:53.931 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Extend again to check idempotence] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:86 Friday 01 March 2024 16:58:03 +0000 (0:00:00.014) 0:00:53.945 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 16:58:03 +0000 (0:00:00.063) 0:00:54.009 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 16:58:03 +0000 (0:00:00.018) 0:00:54.027 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 16:58:03 +0000 (0:00:00.024) 0:00:54.052 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 16:58:03 +0000 (0:00:00.016) 0:00:54.068 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 16:58:03 +0000 (0:00:00.017) 0:00:54.085 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 16:58:03 +0000 (0:00:00.034) 0:00:54.119 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 16:58:06 +0000 (0:00:02.388) 0:00:56.508 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py extend -a -r 40 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command extend] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:58:06 +0000 (0:00:00.037) 0:00:56.546 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:58:07 +0000 (0:00:01.630) 0:00:58.177 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.83 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.83 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:58:07 +0000 (0:00:00.015) 0:00:58.192 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:58:07 +0000 (0:00:00.027) 0:00:58.220 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 16:58:07 +0000 (0:00:00.014) 0:00:58.235 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for extend] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:95 Friday 01 March 2024 16:58:07 +0000 (0:00:00.017) 0:00:58.252 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify extend again to check idempotence] ******************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:99 Friday 01 March 2024 16:58:07 +0000 (0:00:00.013) 0:00:58.266 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 16:58:07 +0000 (0:00:00.040) 0:00:58.307 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 16:58:07 +0000 (0:00:00.020) 0:00:58.327 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 16:58:08 +0000 (0:00:00.023) 0:00:58.351 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 16:58:08 +0000 (0:00:00.016) 0:00:58.367 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 16:58:08 +0000 (0:00:00.015) 0:00:58.383 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 16:58:08 +0000 (0:00:00.034) 0:00:58.417 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 16:58:10 +0000 (0:00:02.368) 0:01:00.786 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py extend -a -v -r 40 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command extend] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 16:58:10 +0000 (0:00:00.028) 0:01:00.815 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 16:58:12 +0000 (0:00:01.598) 0:01:02.413 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.44.83 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.44.83 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 16:58:12 +0000 (0:00:00.015) 0:01:02.429 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 16:58:12 +0000 (0:00:00.028) 0:01:02.458 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 16:58:12 +0000 (0:00:00.013) 0:01:02.471 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for extend verify] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:109 Friday 01 March 2024 16:58:12 +0000 (0:00:00.017) 0:01:02.488 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_extend_basic.yml:114 Friday 01 March 2024 16:58:12 +0000 (0:00:00.016) 0:01:02.504 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:7 Friday 01 March 2024 16:58:12 +0000 (0:00:00.030) 0:01:02.535 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:58:12 +0000 (0:00:00.022) 0:01:02.557 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:58:12 +0000 (0:00:00.018) 0:01:02.575 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:58:12 +0000 (0:00:00.029) 0:01:02.605 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:58:12 +0000 (0:00:00.037) 0:01:02.642 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 16:58:12 +0000 (0:00:00.016) 0:01:02.659 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 16:58:12 +0000 (0:00:00.026) 0:01:02.686 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:58:12 +0000 (0:00:00.013) 0:01:02.699 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:58:12 +0000 (0:00:00.041) 0:01:02.741 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:58:12 +0000 (0:00:00.032) 0:01:02.773 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 16:58:14 +0000 (0:00:02.522) 0:01:05.296 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 16:58:14 +0000 (0:00:00.032) 0:01:05.329 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 16:58:15 +0000 (0:00:00.014) 0:01:05.343 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 16:58:24 +0000 (0:00:09.324) 0:01:14.668 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 16:58:24 +0000 (0:00:00.025) 0:01:14.693 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 16:58:24 +0000 (0:00:00.023) 0:01:14.717 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 16:58:24 +0000 (0:00:00.020) 0:01:14.737 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 16:58:24 +0000 (0:00:00.020) 0:01:14.758 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 16:58:26 +0000 (0:00:02.362) 0:01:17.120 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 16:58:28 +0000 (0:00:01.616) 0:01:18.737 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 16:58:28 +0000 (0:00:00.039) 0:01:18.777 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 16:58:28 +0000 (0:00:00.012) 0:01:18.789 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": null }, { "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7_snapset1", "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6_snapset1", "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": null }, { "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": null }, { "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1_snapset1", "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/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "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": 322961408, "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": 322961408, "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": 322961408, "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": 427819008, "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": 427819008, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 16:58:45 +0000 (0:00:16.929) 0:01:35.719 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 16:58:45 +0000 (0:00:00.021) 0:01:35.741 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 16:58:45 +0000 (0:00:00.012) 0:01:35.753 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": null }, { "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7_snapset1", "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6_snapset1", "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": null }, { "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": null }, { "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_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1_snapset1", "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/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "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": 322961408, "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": 322961408, "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": 322961408, "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": 427819008, "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": 427819008, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 16:58:45 +0000 (0:00:00.027) 0:01:35.780 ********** 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": 322961408, "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": 322961408, "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": 322961408, "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": 427819008, "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": 427819008, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 16:58:45 +0000 (0:00:00.021) 0:01:35.802 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 16:58:45 +0000 (0:00:00.014) 0:01:35.817 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 16:58:45 +0000 (0:00:00.021) 0:01:35.838 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 16:58:45 +0000 (0:00:00.019) 0:01:35.857 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 16:58:45 +0000 (0:00:00.025) 0:01:35.883 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 16:58:45 +0000 (0:00:00.024) 0:01:35.907 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 16:58:45 +0000 (0:00:00.014) 0:01:35.921 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311751.7645235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 16:58:45 +0000 (0:00:00.210) 0:01:36.131 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 16:58:45 +0000 (0:00:00.014) 0:01:36.146 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:29 Friday 01 March 2024 16:58:46 +0000 (0:00:00.746) 0:01:36.893 ********** 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-failuresopjuikx5/tests/tasks/cleanup.yml:33 Friday 01 March 2024 16:58:46 +0000 (0:00:00.013) 0:01:36.906 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 16:58:46 +0000 (0:00:00.019) 0:01:36.925 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:10 Friday 01 March 2024 16:58:46 +0000 (0:00:00.014) 0:01:36.939 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:14 Friday 01 March 2024 16:58:46 +0000 (0:00:00.013) 0:01:36.953 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 16:58:49 +0000 (0:00:02.442) 0:01:39.395 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdk" ], "info": [ "Disk [/dev/sdj] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:31 Friday 01 March 2024 16:58:49 +0000 (0:00:00.213) 0:01:39.609 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:36 Friday 01 March 2024 16:58:49 +0000 (0:00:00.014) 0:01:39.624 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:44 Friday 01 March 2024 16:58:49 +0000 (0:00:00.017) 0:01:39.641 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 16:58:49 +0000 (0:00:00.021) 0:01:39.663 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 16:58:49 +0000 (0:00:00.020) 0:01:39.683 ********** 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-failuresopjuikx5/tests/tasks/cleanup.yml:39 Friday 01 March 2024 16:58:49 +0000 (0:00:00.019) 0:01:39.703 ********** 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-failuresopjuikx5/tests/tasks/cleanup.yml:45 Friday 01 March 2024 16:58:51 +0000 (0:00:02.361) 0:01:42.064 ********** 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.334066", "end": "2024-03-01 16:58:52.329761", "failed_when_result": true, "rc": 0, "start": "2024-03-01 16:58:51.995695" } STDERR: + exec + mount -f -l sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=1792532k,nr_inodes=448133,mode=755) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime,seclabel) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) none on /sys/kernel/tracing type tracefs (rw,relatime,seclabel) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14735) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.3G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 16:56:41,149 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 xxxxx snapset1 1 None 2024-03-01 16:56:41,149 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:41,174 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: { 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: { 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: , 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: , 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"lv_uuid":"EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ", "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:41,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: , 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni", "lv_uuid":"EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8", "lv_uuid":"EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ", "pv_name":"/dev/sda"} 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: , 2024-03-01 16:56:41,175 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ"}, 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ"} 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: } 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: , 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: } 2024-03-01 16:56:41,176 INFO snapshot-role/MainThread: exit code: 13: ['source logical volume does not exist: test_vg1/xxxxx'] 2024-03-01 16:57:47,521 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:57:47,521 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:47,550 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,550 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,550 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:47,551 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:47,551 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:47,551 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:47,551 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,551 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"} 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:47,552 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:47,552 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:47,552 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:47,553 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:47,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,553 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: VG: test_vg3 free 2550136832 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: lv5 size : 427819008 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: lv6 size : 427819008 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: total 1711276032 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: space needed: 256691404.80 space available: 2550136832 sufficient space: 1 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: VG: test_vg2 free 2550136832 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: lv4 size : 322961408 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 16:57:47,554 INFO snapshot-role/MainThread: VG: test_vg1 free 2550136832 2024-03-01 16:57:47,555 INFO snapshot-role/MainThread: LV: lv1 size : 322961408 2024-03-01 16:57:47,555 INFO snapshot-role/MainThread: LV: lv2 size : 322961408 2024-03-01 16:57:47,555 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 16:57:47,555 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 16:57:47,555 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:47,581 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,581 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:47,582 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:47,582 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:47,582 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:47,582 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,582 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"} 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:47,583 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:47,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:47,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:47,584 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:47,584 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:47,584 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,585 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:47,609 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,610 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:47,610 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,610 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:47,634 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,634 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,634 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,634 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:47,634 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:47,634 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:47,635 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,635 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,656 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,657 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,657 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 64225280B test_vg3/lv5 2024-03-01 16:57:47,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,906 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,906 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,906 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,906 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:47,948 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,949 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:47,949 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,949 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,950 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:47,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:47,979 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: { 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:47,980 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:47,980 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:47,980 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:47,980 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:47,980 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:47,980 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: , 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: } 2024-03-01 16:57:47,980 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:48,003 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:48,003 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,003 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,003 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,003 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,004 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 64225280B test_vg3/lv6 2024-03-01 16:57:48,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,215 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,216 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,216 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:48,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,261 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,261 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,261 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,261 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,261 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:48,261 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,262 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:48,284 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,284 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,284 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,284 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,284 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,284 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:48,284 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:48,285 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:48,285 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:48,285 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:48,285 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:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,285 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,307 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,308 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,308 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,308 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 16:57:48,518 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,518 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,518 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,518 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,518 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,518 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,566 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:48,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,594 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,595 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:48,595 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:48,595 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:48,595 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:48,595 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:48,595 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:48,595 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:48,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,595 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,617 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,618 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,618 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,618 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 16:57:48,820 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,820 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,820 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,820 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,820 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,820 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:48,871 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,871 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,871 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,871 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,871 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:48,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,872 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:48,899 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:48,899 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,899 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,899 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,899 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:48,900 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:48,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,900 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:48,924 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: { 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: , 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: } 2024-03-01 16:57:48,925 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 16:57:49,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,126 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,126 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,126 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,126 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:49,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,170 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,171 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:49,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,171 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:49,196 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,196 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,196 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,196 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,196 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,196 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:49,197 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:49,197 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:49,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,197 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,220 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,221 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,221 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,221 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,221 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 48496640B test_vg2/lv4 2024-03-01 16:57:49,427 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,427 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,427 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,427 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,427 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,427 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:49,466 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,466 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,466 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,466 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,466 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,466 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:49,467 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,467 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:49,490 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,490 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,490 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,490 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:49,490 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:49,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,491 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,512 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,513 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,513 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,513 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,513 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,513 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,513 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 48496640B test_vg1/lv1 2024-03-01 16:57:49,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,726 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,727 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,727 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:49,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,762 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:49,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,762 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:49,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,787 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:49,787 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:49,787 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:49,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,787 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: { 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: , 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:49,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:49,812 INFO snapshot-role/MainThread: } 2024-03-01 16:57:49,812 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 48496640B test_vg1/lv2 2024-03-01 16:57:50,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:50,014 INFO snapshot-role/MainThread: { 2024-03-01 16:57:50,014 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:50,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:50,014 INFO snapshot-role/MainThread: } 2024-03-01 16:57:50,014 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:52,926 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:57:52,927 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:52,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: { 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: { 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:52,956 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:52,956 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:52,956 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: } 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: { 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:52,957 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:52,958 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:52,958 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:52,958 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:52,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: } 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: { 2024-03-01 16:57:52,958 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:52,959 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:52,959 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:52,959 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:52,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:52,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: } 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: } 2024-03-01 16:57:52,960 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:52,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:52,985 INFO snapshot-role/MainThread: { 2024-03-01 16:57:52,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:52,985 INFO snapshot-role/MainThread: { 2024-03-01 16:57:52,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:52,986 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:52,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: } 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: , 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: } 2024-03-01 16:57:52,986 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:53,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,011 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,011 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,011 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:53,011 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:53,011 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:53,011 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:53,011 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:53,012 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:53,012 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:53,012 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:53,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,012 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,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:53,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,035 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,035 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,035 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,035 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,035 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:53,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,058 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,058 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,058 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,058 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:53,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,059 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:53,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,083 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,083 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,083 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,083 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,083 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:53,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,084 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,107 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:53,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,108 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,108 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,108 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,108 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:53,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,134 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:53,134 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:53,134 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:53,134 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:53,134 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:53,134 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:53,134 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:53,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,134 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:53,157 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,157 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,157 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,157 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,158 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:53,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,158 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:53,181 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,181 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,181 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,181 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,182 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:53,182 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,182 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,206 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:53,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,206 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:53,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,234 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:53,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,234 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:53,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,259 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:53,259 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:53,259 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:53,259 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:53,259 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:53,259 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:53,259 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:53,259 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:53,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,259 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,282 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:53,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,283 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,283 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,283 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:53,306 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,306 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,306 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,306 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,306 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,306 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:53,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,307 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:53,330 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,330 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,330 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,330 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,330 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:53,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,331 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:53,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,355 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,355 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,355 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,355 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,355 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:53,355 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,355 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,356 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,356 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,356 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,356 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,356 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,356 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:53,380 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,381 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:53,381 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:53,381 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:53,381 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:53,381 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:53,381 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:53,381 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:53,381 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:53,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,381 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:53,405 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,405 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,405 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,405 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,405 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,405 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:53,405 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,406 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,429 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:53,429 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,429 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,430 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,430 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,430 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,430 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,430 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:53,453 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,453 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,453 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,454 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:53,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,454 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:53,480 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,480 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,480 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,480 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,480 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,480 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:53,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,481 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:53,505 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:53,506 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:53,506 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:53,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,506 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:53,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,530 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,530 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,530 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:53,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,530 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,531 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,531 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,553 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:53,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,553 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,554 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,554 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,554 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,554 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,554 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:53,576 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,577 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:53,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,577 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:53,602 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,603 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:53,603 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,603 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:53,628 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,628 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,629 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:53,629 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:53,629 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:53,629 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:53,629 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,629 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:53,653 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,653 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,653 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,653 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,653 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:53,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,654 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:53,678 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,679 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:53,679 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,679 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:53,704 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,704 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,705 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:53,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,705 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,728 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:53,728 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,728 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,729 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,729 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,729 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,729 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:53,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,752 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,753 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:53,753 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:53,753 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:53,753 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:53,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,753 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:53,777 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,777 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,777 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,777 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,777 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:53,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,778 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,802 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:53,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,803 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,803 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,803 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,803 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:53,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,826 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,827 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:53,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,827 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:53,850 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,850 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,850 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,850 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,851 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:53,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,851 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:53,875 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,876 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:53,876 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:53,876 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:53,876 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:53,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,876 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:53,900 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,900 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,900 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,900 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,900 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,900 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:53,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,900 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,901 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,901 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,901 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,901 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,924 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:53,924 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,924 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:53,951 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:53,951 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,951 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:53,951 INFO snapshot-role/MainThread: { 2024-03-01 16:57:53,951 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:53,951 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:53,951 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,951 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,952 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,952 INFO snapshot-role/MainThread: , 2024-03-01 16:57:53,952 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:53,952 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:53,952 INFO snapshot-role/MainThread: } 2024-03-01 16:57:53,952 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:56,804 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 16:57:56,804 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:56,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:56,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:56,837 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:56,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:56,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:56,838 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:56,838 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:56,838 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:56,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:56,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,839 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:56,839 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:56,839 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:56,839 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:56,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,840 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,841 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:56,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:56,865 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:56,865 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,865 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:56,865 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,865 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,866 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:56,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,866 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,866 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:56,890 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:56,890 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:56,890 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:56,890 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:56,890 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:56,890 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:56,890 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:56,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,890 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,891 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,916 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:56,916 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,916 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:56,941 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,942 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:56,942 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,942 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,942 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:56,969 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:56,969 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:56,970 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:56,970 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,970 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:56,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:56,972 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:56,972 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:56,972 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:56,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: { 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:56,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:56,973 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:56,973 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:56,973 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:56,973 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,973 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: , 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: } 2024-03-01 16:57:56,974 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:56,974 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:56,974 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:56,974 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:56,974 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:56,975 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:56,975 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:56,975 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:56,975 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:56,975 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:56,975 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:56,975 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv5_snapset1 2024-03-01 16:57:57,080 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,080 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,080 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,080 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,080 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,080 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:57,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,135 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:57,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,135 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:57,160 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,160 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,160 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,160 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,160 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,160 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:57,161 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,161 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:57,187 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,188 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:57,188 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:57,188 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:57,188 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:57,188 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:57,188 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:57,188 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:57,188 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:57,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,188 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,212 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:57,212 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,212 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,213 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,213 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,213 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,235 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:57,235 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,235 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,236 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,236 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,236 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,236 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:57,262 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,262 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,262 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2176843776", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:57,263 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:57,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,263 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:57,265 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:57,265 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:57,265 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,265 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:57,266 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:57,266 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:57,266 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:57,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:57,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,267 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:57,267 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:57,267 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:57,267 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,267 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,267 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:57,267 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,268 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,268 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,268 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,268 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv6_snapset1 2024-03-01 16:57:57,378 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,378 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,378 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,378 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,378 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,378 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:57,427 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,428 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:57,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,428 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:57,453 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,453 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,453 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,453 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,453 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,453 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:57,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,454 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:57,479 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,479 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,479 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,479 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,479 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,480 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:57,480 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:57,480 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:57,480 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:57,480 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:57,480 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:57,480 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:57,480 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:57,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,480 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,505 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:57,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,506 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,506 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,506 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,506 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,528 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:57,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,528 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,529 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,529 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:57,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"2071986176", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,557 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:57,558 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:57,558 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,558 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"229", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:57,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:57,560 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:57,560 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:57,560 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:57,561 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:57,561 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:57,561 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:57,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,561 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,562 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:57,562 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:57,562 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:57,562 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,562 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,562 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:57,563 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,563 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,563 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,563 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,563 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv7_snapset1 2024-03-01 16:57:57,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,667 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,667 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,667 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,667 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,668 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:57,717 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,718 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:57,718 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,718 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,719 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,719 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:57,746 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,747 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:57,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,747 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:57,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,771 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,771 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,771 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,771 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,771 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:57,771 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:57,771 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:57,771 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:57,771 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:57,771 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:57,772 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:57,772 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:57,772 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,772 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,794 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:57,794 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,794 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,795 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,795 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,795 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:57,818 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,818 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,818 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,819 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:57,819 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,819 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,819 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:57,847 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,847 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1967128576", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:57,848 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:57,848 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,848 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"204", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,849 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:57,850 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:57,850 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:57,850 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:57,850 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:57,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:57,851 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:57,851 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:57,851 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:57,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,851 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: , 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,852 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:57,852 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:57,852 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:57,853 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:57,853 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,853 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:57,853 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:57,853 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv8_snapset1 2024-03-01 16:57:57,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:57,964 INFO snapshot-role/MainThread: { 2024-03-01 16:57:57,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:57,964 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:57,964 INFO snapshot-role/MainThread: } 2024-03-01 16:57:57,964 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,010 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:58,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,010 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:58,036 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,036 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,037 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:58,037 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,037 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:58,061 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,061 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,061 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,061 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,061 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,061 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:58,061 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:58,061 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:58,061 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:58,061 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,062 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:58,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,083 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,083 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,083 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,084 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:58,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,084 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:58,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,109 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:58,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,109 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,109 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:58,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,138 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58,139 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,139 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,140 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58,141 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58,141 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58,141 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:58,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58,142 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58,142 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58,142 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58,142 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:58,142 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,143 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:58,143 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,143 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,144 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:58,144 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,144 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:58,144 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,144 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv3_snapset1 2024-03-01 16:57:58,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,243 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,243 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,243 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:58,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,283 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:58,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,283 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:58,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,309 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,310 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:58,310 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,310 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:58,338 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,338 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,338 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,338 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,338 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,338 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:58,339 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:58,339 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:58,339 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:58,339 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,339 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:58,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,363 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,363 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,363 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:58,363 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,364 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:58,387 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,388 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:58,388 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,388 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,388 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:58,418 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58,419 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58,419 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,419 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:57:58,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58,421 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58,421 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58,421 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58,421 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,421 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58,422 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58,422 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58,422 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58,422 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,422 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,423 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:58,423 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,424 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:58,424 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,424 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:58,424 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,424 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv4_snapset1 2024-03-01 16:57:58,531 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,532 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,532 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,532 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,532 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:58,571 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,572 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:58,572 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,572 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:58,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,597 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,597 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,598 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:58,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,598 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:58,623 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,623 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,623 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,623 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,623 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,624 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:58,624 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:58,624 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:58,624 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:58,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,624 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:58,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,648 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,649 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:58,649 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,649 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:58,673 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,673 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,673 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,673 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,673 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:58,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,674 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,674 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,674 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,674 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,674 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,674 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,674 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:58,702 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,702 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58,703 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58,703 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,703 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,704 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58,705 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58,705 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58,705 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58,706 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58,706 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58,706 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,706 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,707 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:58,707 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,707 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,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:58,708 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:58,708 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:58,708 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,708 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv1_snapset1 2024-03-01 16:57:58,810 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,811 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,811 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,811 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:58,851 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,852 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:58,852 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,852 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:58,878 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,879 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:58,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,879 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:58,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,904 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:58,904 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:58,904 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:58,904 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:58,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,904 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:58,929 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,929 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,929 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,929 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,929 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:58,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,930 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:58,954 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,954 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,955 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:58,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,955 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,955 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:58,984 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58,985 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,985 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:57:58,986 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58,987 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58,987 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58,987 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58,987 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,987 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: { 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58,988 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58,988 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58,988 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,988 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: , 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:58,989 INFO snapshot-role/MainThread: } 2024-03-01 16:57:58,990 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:58,990 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:58,990 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:58,990 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:58,990 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:58,990 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:58,990 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv2_snapset1 2024-03-01 16:57:59,097 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:59,098 INFO snapshot-role/MainThread: { 2024-03-01 16:57:59,098 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:59,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:59,098 INFO snapshot-role/MainThread: } 2024-03-01 16:57:59,098 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: { 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: { 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:59,138 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:59,138 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: } 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: , 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:59,138 INFO snapshot-role/MainThread: } 2024-03-01 16:57:59,139 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:02,103 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 16:58:02,103 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:02,132 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:02,133 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:02,133 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,133 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:02,135 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:02,135 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:02,135 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:02,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:02,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:02,136 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:02,136 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:02,136 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:02,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,136 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,137 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:02,162 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,163 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:58:02,163 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,163 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,188 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:58:02,188 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:58:02,188 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:58:02,188 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:58:02,188 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:58:02,188 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:58:02,188 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:58:02,188 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:58:02,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,189 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,189 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,216 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:58:02,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,216 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:02,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,243 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:58:02,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,243 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,243 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:02,273 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,273 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:02,273 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:02,274 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:02,274 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:02,274 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:02,274 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:02,274 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:02,274 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:02,274 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,274 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,275 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:02,276 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:02,276 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:02,276 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:02,276 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,276 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:02,277 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:02,277 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:02,277 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:02,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,277 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,278 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,279 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,308 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:58:02,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,308 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,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:58:02,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,335 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,336 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,361 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:58:02,361 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:58:02,361 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:58:02,361 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:58:02,361 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:58:02,361 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:58:02,361 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:58:02,361 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:58:02,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,362 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,362 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,387 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:58:02,387 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,387 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,388 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,388 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,413 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:58:02,413 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,413 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,413 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:02,444 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,444 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:02,445 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:02,445 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:02,445 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,446 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:02,447 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:02,447 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:02,447 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:02,447 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,447 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:02,448 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:02,448 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:02,448 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:02,448 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,448 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,449 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,450 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,476 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:58:02,476 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,476 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,502 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:58:02,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,502 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:02,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,529 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:58:02,529 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:58:02,529 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:58:02,529 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:58:02,529 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:58:02,529 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:58:02,529 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:58:02,529 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:58:02,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,529 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:02,556 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,557 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:58:02,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,557 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,583 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:58:02,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,583 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,583 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:02,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,614 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:02,614 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:02,614 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:02,614 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:02,615 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:02,615 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:02,615 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:02,615 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:02,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,615 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,616 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:02,616 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:02,616 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:02,616 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,617 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:02,618 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:02,618 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:02,618 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:02,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,619 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,620 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,647 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:58:02,647 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,647 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:02,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,673 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:58:02,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,673 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:02,700 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,700 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,701 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:58:02,701 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:58:02,701 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:58:02,701 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:58:02,701 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:58:02,701 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:58:02,701 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,701 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:58:02,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,701 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:02,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,727 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:58:02,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,727 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,755 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:58:02,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,755 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,786 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:02,786 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:02,787 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:02,787 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:02,787 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:02,787 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:02,787 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:02,787 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:02,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,787 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,788 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:02,789 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:02,789 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:02,789 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:02,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,789 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:02,790 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:02,790 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:02,790 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:02,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,790 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,791 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,792 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,821 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:58:02,821 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:02,846 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,847 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:58:02,847 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,847 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:02,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,873 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:58:02,873 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:58:02,873 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:58:02,873 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:58:02,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,873 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:02,896 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,897 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:58:02,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,897 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:02,921 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,922 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:58:02,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,922 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,922 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:02,956 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,956 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:02,957 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:02,957 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,957 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,958 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:02,959 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:02,959 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:02,959 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:02,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,959 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:02,960 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:02,960 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:02,960 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:02,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,960 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,961 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:02,962 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,988 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:58:02,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,988 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:03,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,014 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:58:03,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,014 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,039 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:58:03,039 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:58:03,039 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:58:03,039 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:58:03,039 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,039 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:03,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,065 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:58:03,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,065 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:03,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,093 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:58:03,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,093 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,093 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:03,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,122 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:03,122 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:03,122 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:03,122 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:03,122 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:03,122 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:03,123 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:03,123 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:03,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,124 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:03,125 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:03,125 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:03,125 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:03,125 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,125 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:03,126 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:03,126 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:03,126 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,126 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,127 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,128 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:03,151 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,151 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,151 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,151 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,152 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:58:03,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,152 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,176 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:58:03,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,176 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:03,200 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,201 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:58:03,201 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:58:03,201 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:58:03,201 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:58:03,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,201 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:03,228 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,229 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:58:03,229 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,229 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:03,254 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,255 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:58:03,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,255 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,255 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:03,284 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:03,285 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:03,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:03,287 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:03,287 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:03,287 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:03,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,287 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,288 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:03,289 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:03,289 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:03,289 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:03,289 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:03,289 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,290 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,291 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:03,291 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,291 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,291 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,291 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,291 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:03,314 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,314 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,314 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,314 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,315 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:58:03,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,315 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:03,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,340 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,340 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,341 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:58:03,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,341 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:03,364 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,364 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,364 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,364 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,365 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:58:03,365 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:58:03,365 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:58:03,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:58:03,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,365 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,391 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:58:03,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,391 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,418 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:58:03,418 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,418 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,418 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:03,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,450 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:03,450 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:03,451 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:03,451 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:03,451 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:03,451 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:03,451 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:03,451 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:03,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,451 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,452 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:03,452 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:03,453 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:03,453 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:03,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:03,453 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:03,454 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:03,454 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:03,454 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:03,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:03,454 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:03,455 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:03,456 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,484 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:58:03,484 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,484 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,485 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:06,448 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 16:58:06,448 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:06,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,476 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:06,476 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:06,476 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:06,476 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:06,477 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:06,477 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:06,477 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:06,477 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:06,477 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,477 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,478 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:06,478 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:06,478 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:06,478 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:06,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,479 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:06,480 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:06,480 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:06,480 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:06,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:06,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,481 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,506 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:58:06,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,506 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:06,533 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,533 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,533 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,533 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,534 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:58:06,534 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:58:06,534 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:58:06,534 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:58:06,534 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:58:06,534 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:58:06,534 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:58:06,534 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:58:06,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,534 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:06,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,558 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,558 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,559 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:58:06,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,559 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:06,584 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,585 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:58:06,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,585 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,585 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:06,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:06,615 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:06,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,615 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:06,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:06,617 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:06,617 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:06,617 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:06,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,617 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,618 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:06,618 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:06,618 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:06,618 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:06,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,619 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,620 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:06,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,648 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:58:06,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,648 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:06,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,672 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,673 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:58:06,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,673 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:06,698 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,698 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,698 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,698 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,699 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:58:06,699 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:58:06,699 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:58:06,699 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:58:06,699 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:58:06,699 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:58:06,699 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:58:06,699 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:58:06,699 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,699 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,722 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:58:06,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,722 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,723 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,723 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:06,746 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,746 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,746 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,747 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:58:06,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,747 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,747 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:06,775 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,775 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:06,776 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:06,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,776 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,777 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:06,778 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:06,778 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:06,778 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:06,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:06,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:06,779 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:06,779 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:06,779 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:06,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,779 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,780 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,781 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:06,806 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,806 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,806 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,806 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,806 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,806 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:58:06,807 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,807 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:06,830 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,830 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,830 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,831 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:58:06,831 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,831 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:06,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,858 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,858 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,859 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:58:06,859 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:58:06,859 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:58:06,859 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:58:06,859 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:58:06,859 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:58:06,859 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:58:06,859 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:58:06,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,859 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:06,883 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,883 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,883 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,883 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,884 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:58:06,884 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,884 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:06,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,913 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:58:06,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,913 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:06,943 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:06,944 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:06,944 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:06,945 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:06,946 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:06,946 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:06,946 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:06,946 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,946 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:06,947 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:06,947 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:06,947 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:06,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,947 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,948 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:06,949 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:06,978 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:06,978 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: { 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:06,979 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:58:06,979 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: , 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: } 2024-03-01 16:58:06,979 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:07,005 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,005 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,005 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,005 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,006 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:58:07,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,006 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:07,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,034 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,034 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,034 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:58:07,034 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:58:07,035 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:58:07,035 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:58:07,035 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:58:07,035 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:58:07,035 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:58:07,035 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:58:07,035 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,035 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:07,063 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,064 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:58:07,064 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,064 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:07,088 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,088 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,088 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,088 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,088 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,088 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:58:07,088 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,088 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,089 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,089 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,089 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,089 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,089 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,089 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:07,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,119 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:07,120 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:07,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,120 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:07,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:07,122 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:07,122 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:07,122 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:07,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:07,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:07,123 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:07,123 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:07,123 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:07,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,124 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,125 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:07,154 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,154 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,154 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,154 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,154 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,154 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:58:07,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,154 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,155 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,155 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,155 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,155 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,177 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:58:07,177 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,177 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,178 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,178 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,178 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,178 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,178 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:07,200 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,200 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,200 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,200 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,200 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,200 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:58:07,200 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:58:07,201 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:58:07,201 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,201 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:07,225 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,225 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,226 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:58:07,226 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,226 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:07,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,252 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,252 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,252 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:58:07,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,253 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:07,281 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,281 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,281 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,281 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:07,282 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:07,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,283 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:07,284 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:07,284 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:07,284 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:07,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,284 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:07,285 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:07,285 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:07,285 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:07,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,285 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,286 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,287 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:07,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,312 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,313 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:58:07,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,313 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:07,341 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,342 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:58:07,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,342 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:07,366 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,366 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,367 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:58:07,367 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:58:07,367 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:58:07,367 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:58:07,367 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,367 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,392 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:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:07,416 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,416 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,416 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,416 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,417 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:58:07,417 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,417 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,417 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:07,448 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:07,449 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:07,449 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,449 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:07,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:07,451 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:07,451 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:07,451 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:07,451 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:07,452 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:07,452 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:07,452 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:07,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,452 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,453 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,454 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:07,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,482 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,482 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,482 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:58:07,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,483 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:07,507 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,507 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,507 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,507 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,507 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,507 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:58:07,507 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,507 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,508 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,508 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,508 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,508 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,508 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,508 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:07,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,532 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,533 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:58:07,533 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:07,533 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:58:07,533 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:58:07,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,533 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,557 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:58:07,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,558 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,558 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,558 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,558 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:07,582 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,582 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,582 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,582 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,582 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,582 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:58:07,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,583 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,583 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,583 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,583 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,583 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:07,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,614 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,614 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:07,615 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:07,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,615 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,616 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:07,617 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:07,617 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:07,617 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:07,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:07,618 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:07,618 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:07,618 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:07,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,618 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,619 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,620 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,646 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:58:07,646 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,646 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:07,669 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,669 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,669 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,669 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:58:07,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,669 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,670 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:07,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,694 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,694 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,694 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:58:07,694 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:58:07,694 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:58:07,695 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:58:07,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,695 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:07,719 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,720 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:58:07,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,720 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:07,745 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,745 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,745 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,746 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:58:07,746 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,746 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,746 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,746 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,746 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,746 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,746 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:07,774 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,774 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,774 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,774 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:07,775 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:07,775 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,775 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,776 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:07,777 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:07,777 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:07,777 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:07,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:07,778 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:07,778 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:07,778 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,778 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:07,779 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:07,780 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:07,803 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,803 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,804 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:58:07,804 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,804 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:10,709 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 16:58:10,709 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:10,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,737 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:10,737 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:10,737 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:10,737 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:10,737 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:10,738 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:10,738 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:10,738 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:10,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:10,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:10,739 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:10,739 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:10,739 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:10,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,739 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:10,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:10,741 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:10,741 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:10,741 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:10,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,741 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,742 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,742 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,742 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,742 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,742 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:10,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,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:58:10,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,768 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:10,794 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,794 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,794 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,795 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:58:10,795 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:58:10,795 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:58:10,795 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:58:10,795 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:10,795 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:58:10,795 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:58:10,795 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:58:10,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,795 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:10,821 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,821 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,821 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,822 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:58:10,822 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,822 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:10,846 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,846 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,846 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,847 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:58:10,847 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,847 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,847 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:10,876 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,876 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,876 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:10,877 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:10,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,877 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,878 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:10,879 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:10,879 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:10,879 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:10,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:10,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:10,880 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:10,880 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:10,880 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:10,880 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:10,880 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,881 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:10,882 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,908 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:58:10,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,908 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:10,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,934 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,935 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:58:10,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,935 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:10,961 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,961 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,962 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:58:10,962 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:58:10,962 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:58:10,962 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:58:10,962 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:58:10,962 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:58:10,962 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:58:10,962 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:58:10,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,962 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:10,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:10,985 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:10,985 INFO snapshot-role/MainThread: { 2024-03-01 16:58:10,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:10,985 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:58:10,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,985 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,986 INFO snapshot-role/MainThread: , 2024-03-01 16:58:10,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:10,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:10,986 INFO snapshot-role/MainThread: } 2024-03-01 16:58:10,986 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:11,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,011 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,011 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,011 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:58:11,011 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,011 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,012 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,012 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,012 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:11,042 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:11,043 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:11,044 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:11,044 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:11,045 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:11,045 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:11,045 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:11,045 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,045 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,046 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:11,047 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:11,047 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:11,047 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:11,047 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,047 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,048 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,049 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,049 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:11,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,074 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:58:11,074 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,074 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,096 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:58:11,096 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,096 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,097 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,097 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,097 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,097 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,097 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:11,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,120 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,120 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,120 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:58:11,121 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:58:11,121 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:58:11,121 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:58:11,121 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:58:11,121 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:58:11,121 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:58:11,121 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:58:11,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,121 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:11,150 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,150 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,151 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:58:11,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,151 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:11,175 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,175 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,175 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,175 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,175 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,175 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:58:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,176 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,176 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,176 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,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:58:11,205 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:11,206 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:11,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,206 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:11,208 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:11,208 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:11,208 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:11,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,208 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,209 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:11,209 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:11,209 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:11,210 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:11,210 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,210 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,211 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:11,236 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,236 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,236 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,236 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,236 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,236 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:58:11,237 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,237 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:11,265 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,265 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,265 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,266 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:58:11,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,266 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:11,291 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,291 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,291 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,291 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,291 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:58:11,291 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:58:11,291 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:58:11,291 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:58:11,292 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:58:11,292 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:58:11,292 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:58:11,292 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:58:11,292 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,292 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:11,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,317 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:58:11,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,317 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,341 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:58:11,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,342 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,342 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,342 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,342 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,342 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:11,369 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,369 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:11,370 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:11,370 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,370 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:11,371 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:11,372 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:11,372 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:11,372 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:11,372 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,372 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:11,373 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:11,373 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:11,373 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:11,373 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,373 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,374 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,375 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:11,399 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,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:58:11,400 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,400 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,428 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:58:11,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,428 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:11,455 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,456 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:58:11,456 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:58:11,456 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:58:11,456 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:58:11,456 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,456 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,481 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:58:11,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,482 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,482 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,482 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:11,506 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,506 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,506 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,506 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,506 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:58:11,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,506 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,507 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,507 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,507 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,507 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,507 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,507 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:11,536 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,536 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,536 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,536 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,536 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:11,537 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:11,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,537 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,538 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:11,539 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:11,539 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:11,539 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:11,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:11,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:11,540 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:11,540 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:11,540 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:11,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,541 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,542 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,567 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:58:11,567 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,567 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,568 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,568 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,568 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,568 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,568 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:11,593 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,593 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,593 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,594 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:58:11,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:11,622 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,623 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:58:11,623 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:58:11,623 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:58:11,623 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:58:11,623 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,623 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:11,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,649 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:58:11,649 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,649 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:11,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,672 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,673 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:58:11,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,673 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,673 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:11,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:11,702 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:11,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:11,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:11,704 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:11,704 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:11,704 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:11,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,704 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,705 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:11,705 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:11,705 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:11,705 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:11,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,706 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,707 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:11,730 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,730 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,730 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,730 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,730 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:58:11,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:11,755 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,755 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,755 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,755 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,755 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,755 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:58:11,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,755 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,756 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,756 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,756 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,756 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,756 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,756 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:11,778 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,778 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,778 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,778 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,778 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,778 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:58:11,778 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:58:11,778 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:58:11,779 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:58:11,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,779 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:11,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,802 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,802 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,802 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:58:11,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,802 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,803 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,803 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,803 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,803 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,803 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,828 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:58:11,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,829 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,829 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,829 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:11,856 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,856 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,856 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,856 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,856 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:11,857 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:11,857 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,857 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,858 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:11,859 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:11,859 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:11,859 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:11,860 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:11,860 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:11,860 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:11,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,860 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,861 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:11,862 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,886 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:58:11,886 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,886 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,887 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,887 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,887 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,887 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,908 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:58:11,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,908 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,909 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,909 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:11,932 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,932 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,932 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,932 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,932 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,932 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:58:11,932 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:58:11,932 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:58:11,933 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:58:11,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,933 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,954 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:58:11,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,955 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,955 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,955 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,955 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:11,978 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,979 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:58:11,979 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,979 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,979 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:12,007 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "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:58:12,008 INFO snapshot-role/MainThread: {"lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "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:58:12,008 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:12,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd"} 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "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:58:12,010 INFO snapshot-role/MainThread: {"lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "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:58:12,010 INFO snapshot-role/MainThread: {"lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "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:58:12,010 INFO snapshot-role/MainThread: {"lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "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:58:12,010 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:12,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG"} 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,011 INFO snapshot-role/MainThread: {"lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "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:58:12,012 INFO snapshot-role/MainThread: {"lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "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:58:12,012 INFO snapshot-role/MainThread: {"lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "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:58:12,012 INFO snapshot-role/MainThread: {"lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "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:58:12,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr", "pv_name":"/dev/sda"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt", "pv_name":"/dev/sda"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4", "pv_name":"/dev/sda"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9", "pv_name":"/dev/sda"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt"}, 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr"} 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:58:12,013 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:58:12,014 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:12,040 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,040 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,040 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,040 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,040 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,040 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:58:12,040 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,041 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices cat: /etc/lvm/devices/system.devices: No such file or directory + : ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="b2f85011-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="b2f85011-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 16:56:11,761 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1u43msha/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:16,429 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_28es2y1r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:23,514 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_h7vc4pho/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:23,593 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:23,593 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:23,619 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:23,619 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:56:23,619 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:23,620 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:23,624 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:23,624 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:23,628 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:23,628 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:23,631 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:23,632 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:23,635 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:23,635 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:23,642 INFO program/MainThread: stdout: 2024-03-01 16:56:23,642 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:23,642 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,642 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,642 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,642 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:23,643 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:23,643 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:23,643 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:23,643 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:23,644 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:23,644 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:23,644 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:23,644 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:23,644 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:23,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:23,657 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:23,668 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:23,672 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749844410'} ; 2024-03-01 16:56:23,672 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:23,673 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:23,703 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:23,703 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:23,703 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:23,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,716 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:23,721 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:23,722 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:23,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:23,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:23,726 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:23,729 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:23,729 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:23,733 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:23,733 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,734 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:23,734 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd142ebf6a0) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:56:23,738 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:23,738 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:56:23,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749790535'} ; 2024-03-01 16:56:23,741 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:56:23,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,752 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:23,752 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:23,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:56:23,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:56:23,756 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:23,759 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:23,759 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:56:23,762 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:56:23,763 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,763 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:56:23,763 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd142e00eb8) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:56:23,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:23,767 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:56:23,770 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:56:23,771 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:23,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,781 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:23,781 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:23,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:23,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:56:23,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:23,788 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:23,788 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:23,792 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:23,792 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,792 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:56:23,792 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd142e00e10) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:56:23,796 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:23,796 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:23,799 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:56:23,799 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:23,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,810 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:23,810 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:23,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:23,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:56:23,814 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:23,817 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:23,817 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:23,821 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:23,821 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,821 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:56:23,822 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141db3f60) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:56:23,825 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:23,825 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:23,829 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749893674'} ; 2024-03-01 16:56:23,829 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:23,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,839 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:23,840 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:23,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:56:23,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:56:23,843 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:23,847 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:23,847 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:23,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:56:23,850 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,851 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:56:23,851 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd142e00cc0) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:56:23,854 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:23,854 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:56:23,858 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749990136'} ; 2024-03-01 16:56:23,858 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:23,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:23,869 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:23,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:23,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:56:23,872 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:23,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:23,876 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:23,879 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:23,879 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,880 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:56:23,880 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141db2eb8) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:56:23,883 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:23,884 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:23,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750047935'} ; 2024-03-01 16:56:23,887 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:23,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,897 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:23,898 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:23,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:23,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:56:23,901 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:23,905 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:23,905 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:23,908 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:23,908 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,909 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:56:23,909 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141dc7550) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:56:23,912 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:23,913 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:23,916 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750097358'} ; 2024-03-01 16:56:23,916 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:23,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:23,927 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:23,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:23,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:56:23,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:23,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:23,934 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:23,938 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:23,938 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,938 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:56:23,938 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141db2d30) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:56:23,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:23,942 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:23,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750228603'} ; 2024-03-01 16:56:23,945 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:23,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:23,956 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:23,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:56:23,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:56:23,960 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:23,963 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:23,963 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:56:23,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:56:23,967 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,967 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:56:23,967 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141dc2438) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:56:23,971 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:23,971 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:23,975 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750185439'} ; 2024-03-01 16:56:23,975 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:23,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:23,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:23,985 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:23,986 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:23,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:56:23,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:23,989 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:23,992 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:23,993 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:23,996 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:23,996 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:23,997 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:56:23,997 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141db2518) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:56:24,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:24,000 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:24,004 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750336978'} ; 2024-03-01 16:56:24,004 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:24,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:24,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:24,014 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:24,015 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:24,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:56:24,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:56:24,018 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:24,022 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:24,022 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:24,025 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:24,026 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:24,026 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:56:24,026 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141dd0320) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:56:24,029 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:24,030 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:24,033 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750506513'} ; 2024-03-01 16:56:24,033 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:24,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:24,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:24,044 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:24,044 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:24,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:56:24,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:56:24,048 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:24,051 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:24,051 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:24,054 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:24,055 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:24,055 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:56:24,055 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141dd04a8) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:56:24,059 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:24,059 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:24,062 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:56:24,062 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:24,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:24,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:24,072 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:24,072 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:24,073 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:24,073 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:24,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:56:24,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:56:24,076 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:24,080 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:24,080 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:24,083 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:24,084 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:24,084 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:56:24,084 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd141dd7278) -- 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:24,087 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:24,091 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:24,091 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:56:24,095 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:24,095 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:56:24,099 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:24,099 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:56:24,102 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:24,102 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:56:24,106 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:24,109 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:24,113 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:24,117 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 0x7fd141dc1748> 2024-03-01 16:56:27,190 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:56:27,195 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:27,195 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:27,199 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:56:27,199 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:27,199 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:27,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,209 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:27,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,228 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,246 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,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:56:27,250 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:27,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:56:27,254 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:27,257 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:27,258 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:27,261 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,261 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:27,262 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:27,265 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:27,268 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:27,272 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:27,275 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:27,278 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,279 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:27,279 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:56:27,279 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:27,279 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd150de5208) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fd141de70f8> 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,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:27,287 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:27,287 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:56:27,290 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:27,290 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:56:27,294 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,294 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:56:27,297 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,298 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:56:27,299 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:27,299 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:27,303 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:27,303 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:56:27,307 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:27,307 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:27,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,320 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,331 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:56:27,332 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:56:27,336 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,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,342 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,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,345 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,348 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,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,354 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,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,357 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:27,360 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,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,366 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,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,369 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:27,372 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,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,378 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,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,381 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:27,384 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,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,390 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,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,393 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,396 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,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,402 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,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,405 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,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:56:31,944 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_fxigczro/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,979 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:31,982 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:31,982 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:56:31,982 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:31,982 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:31,987 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,987 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:31,991 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,991 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:31,994 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,994 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:31,997 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,997 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:32,004 INFO program/MainThread: stdout: 2024-03-01 16:56:32,004 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:32,004 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:32,005 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:32,005 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,005 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:32,005 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:32,006 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:32,006 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:32,006 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:32,006 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:32,006 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:32,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,019 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,030 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:32,034 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749844410'} ; 2024-03-01 16:56:32,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:56:32,035 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:32,059 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:32,059 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:32,059 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:32,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,072 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:32,076 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:32,077 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:32,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:32,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:32,081 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:32,084 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:32,084 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,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:56:32,088 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,089 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:32,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaab03c6a0) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:56:32,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:32,093 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:56:32,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749790535'} ; 2024-03-01 16:56:32,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:56:32,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:32,106 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:32,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:56:32,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:56:32,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:32,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:32,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:56:32,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:56:32,117 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,117 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:56:32,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaaaf7deb8) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:56:32,120 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:32,121 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:56:32,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:56:32,124 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:32,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,134 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:32,135 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:32,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:32,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:56:32,138 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:32,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:32,142 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:32,145 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:32,145 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,145 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:56:32,146 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaaaf7de10) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:56:32,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:32,149 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:32,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:56:32,152 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:32,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,162 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:32,163 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:32,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:32,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:56:32,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:32,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:32,170 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:32,173 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:32,173 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,174 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:56:32,174 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f30f60) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:56:32,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:32,177 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:32,181 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749893674'} ; 2024-03-01 16:56:32,181 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:32,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,191 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:32,191 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:32,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:56:32,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:56:32,195 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:32,198 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:32,198 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,201 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:32,202 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,202 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:56:32,202 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaaaf7dcc0) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:56:32,205 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:32,206 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:56:32,209 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749990136'} ; 2024-03-01 16:56:32,209 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:32,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,219 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:32,219 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:32,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:32,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:56:32,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:32,226 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:32,226 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:32,230 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:32,230 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,230 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:56:32,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f2feb8) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:56:32,234 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:32,234 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:32,237 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750047935'} ; 2024-03-01 16:56:32,237 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:32,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,247 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:32,248 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:32,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:32,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:56:32,251 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:32,254 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:32,254 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:32,258 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:32,258 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,258 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:56:32,258 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f44550) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:56:32,262 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:32,262 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:32,265 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750097358'} ; 2024-03-01 16:56:32,265 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:32,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,276 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:32,276 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:32,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:32,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:56:32,280 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:32,283 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:32,283 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:32,286 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:32,286 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,287 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:56:32,287 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f2fd30) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:56:32,290 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:32,290 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:32,294 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750228603'} ; 2024-03-01 16:56:32,294 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:32,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,304 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:32,304 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:32,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:56:32,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:56:32,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:32,311 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:32,311 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:32,314 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:32,315 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,315 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:56:32,315 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f3f438) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:56:32,318 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:32,319 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:32,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750185439'} ; 2024-03-01 16:56:32,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:56:32,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:32,333 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:32,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:56:32,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:32,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:32,340 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:32,340 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:56:32,343 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:32,343 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,344 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:56:32,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f2f518) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:56:32,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:32,347 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:32,351 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750336978'} ; 2024-03-01 16:56:32,351 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:32,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,361 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:32,361 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:32,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:56:32,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:56:32,365 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:32,368 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:32,368 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:32,371 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:32,372 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,372 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:56:32,372 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f4d320) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:56:32,375 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:32,376 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:32,379 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750506513'} ; 2024-03-01 16:56:32,379 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:32,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,389 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:32,390 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:32,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:56:32,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:56:32,393 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:32,396 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:32,396 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:32,400 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:32,400 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:32,400 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:56:32,400 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f4d4a8) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:56:32,404 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:32,404 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:32,407 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:56:32,407 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:32,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,417 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:32,417 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:32,417 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:32,417 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:32,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:56:32,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:56:32,421 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:32,424 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:32,424 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:32,427 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:32,428 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:32,428 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:56:32,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f54278) -- 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:32,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:32,435 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:32,435 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:56:32,439 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:32,439 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:56:32,442 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:32,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:56:32,446 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:32,446 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:56:32,449 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:32,452 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,456 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:32,460 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 0x7fbaa9f45f08> 2024-03-01 16:56:35,676 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:56:35,680 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:35,681 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:35,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:56:35,684 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:35,685 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:35,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,694 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:35,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:35,713 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:56:35,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:56:35,735 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:35,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:56:35,738 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:35,742 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:35,742 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:35,745 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:35,746 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:35,746 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:35,749 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:35,753 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:35,756 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:35,759 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:35,762 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:35,762 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:35,762 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:56:35,763 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:35,763 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbab8f62208) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fbaa9f640f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:35,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:35,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:35,770 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:56:35,774 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:35,774 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:56:35,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:35,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:56:35,781 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:35,781 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:56:35,782 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:35,783 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:35,786 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:35,786 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:56:35,790 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:35,790 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:35,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:35,801 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,812 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:56:35,813 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:56:35,817 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:35,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,823 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:35,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,826 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:35,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,835 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:35,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,838 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:35,841 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:35,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,846 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:35,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,849 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:35,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,858 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:35,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,861 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:35,864 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:35,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,870 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:35,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,873 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:35,875 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:35,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,881 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:35,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,884 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:35,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,896 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:56:35,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:56:35,902 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:56:35,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:56:35,908 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:56:35,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:56:35,914 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:56:35,917 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:35,917 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:56:35,917 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:35,921 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:35,921 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:35,924 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:35,924 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:35,927 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:35,928 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:56:35,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:56:35,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:35,931 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:35,934 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:35,934 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:35,937 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:35,937 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:56:35,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:56:35,941 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:35,941 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:35,944 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:35,944 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:35,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:35,949 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:35,953 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:35,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:35,960 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:35,963 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:35,967 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:35,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:35,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:35,971 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:56:35,972 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:35,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:35,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:35,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:35,985 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:56:35,985 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:35,986 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:35,986 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 16:56:35,986 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:35,987 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:35,990 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:35,990 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:56:35,993 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:35,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:56:35,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:36,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:36,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:56:36,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:36,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:36,011 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:36,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:56:36,015 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:36,016 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:36,016 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:56:36,016 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:56:36,022 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 16:56:36,022 INFO program/MainThread: stderr[4]: 2024-03-01 16:56:36,022 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:36,023 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:56:36,023 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:56:36,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:56:36,028 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,029 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,029 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:56:36,030 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:56:36,033 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:36,036 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:36,039 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:56:36,039 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:56:36,042 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:36,042 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 0x7fbaa9e97eb8> 2024-03-01 16:56:36,042 INFO blivet/MainThread: sorting actions... 2024-03-01 16:56:36,043 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:36,044 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:36,044 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:36,044 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:36,044 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:36,044 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:36,044 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:36,045 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,045 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,045 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:36,048 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:36,051 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:56:36,051 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:56:36,058 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,089 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,089 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,102 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,103 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:36,107 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:36,109 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:56:36,110 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:56:36,115 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,145 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,157 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,157 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:36,161 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:36,164 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:56:36,164 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:56:36,170 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,196 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,206 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,206 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:36,210 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,213 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,216 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,216 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:36,216 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:36,246 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:56:36,246 INFO program/MainThread: stderr[5]: 2024-03-01 16:56:36,246 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:36,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,263 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:36,271 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:36,273 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:56:36,290 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,331 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,331 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:36,335 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,338 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,343 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,344 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:36,344 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:36,386 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:56:36,386 INFO program/MainThread: stderr[6]: 2024-03-01 16:56:36,386 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:36,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,409 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:36,416 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:36,418 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:56:36,430 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,456 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,456 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:36,460 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,463 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,466 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,466 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:36,467 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:36,499 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:56:36,499 INFO program/MainThread: stderr[7]: 2024-03-01 16:56:36,499 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:36,500 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,527 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,533 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:36,533 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:36,534 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:56:36,543 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,570 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,570 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:36,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:56:36,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:36,580 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,583 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,586 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,590 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,593 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,596 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:56:36,599 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:36,647 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 16:56:36,647 INFO program/MainThread: stderr[8]: 2024-03-01 16:56:36,647 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:36,655 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:36,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:36,674 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,680 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,689 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,696 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,704 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,708 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,737 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:36,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:36,745 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,757 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,757 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:56:36,765 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,765 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,777 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,777 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:36,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:36,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:56:36,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:36,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:36,795 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,798 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,801 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,805 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,808 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,812 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:36,812 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,823 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:36,828 INFO program/MainThread: Running [9] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:36,851 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:36,852 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:36,852 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:36,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:36,856 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:36,949 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 16:56:36,949 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:36,950 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:36,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:36,966 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:36,966 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,987 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,991 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:36,992 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:36,992 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:56:37,001 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,016 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,016 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:37,020 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,023 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:37,026 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:56:37,027 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:56:37,116 INFO program/MainThread: stdout: 2024-03-01 16:56:37,117 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:56:37,117 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:37,117 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:37,117 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:56:37,117 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:56:37,117 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:37,117 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:37,117 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 16:56:37,117 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:37,117 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:37,117 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,118 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:56:37,132 INFO program/MainThread: stdout: 2024-03-01 16:56:37,133 INFO program/MainThread: writing all SBs 2024-03-01 16:56:37,133 INFO program/MainThread: new label = "" 2024-03-01 16:56:37,133 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,149 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:37,153 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:37,154 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:56:37,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,163 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,178 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,183 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:37,183 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 0x7fbaa9e311a8> 2024-03-01 16:56:37,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,189 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:37,190 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:37,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,196 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:37,196 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:44,332 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_h88hzlod/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:44,367 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:44,367 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:44,370 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:44,370 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:56:44,370 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:44,371 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:44,375 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:44,375 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:44,379 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:44,379 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:44,382 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:44,382 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:44,385 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:44,385 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:44,393 INFO program/MainThread: stdout: 2024-03-01 16:56:44,394 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:44,394 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 2024-03-01 16:56:44,394 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 2024-03-01 16:56:44,394 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni 2024-03-01 16:56:44,394 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 2024-03-01 16:56:44,394 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc 2024-03-01 16:56:44,394 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:44,394 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:44,394 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:44,394 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 sdb 1073741824 root disk brw-rw---- LVM2_member bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 sdc 1073741824 root disk brw-rw---- LVM2_member lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:44,394 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:44,395 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:44,395 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:44,395 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:44,395 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:44,395 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:44,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:44,406 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:44,418 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:44,422 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/lvm-pv-uuid-rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8', 'ID_FS_UUID_ENC': 'rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8', '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': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749844410'} ; 2024-03-01 16:56:44,422 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:44,423 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,457 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:44,457 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:44,457 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:44,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,470 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:44,475 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:44,475 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:44,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:44,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:44,479 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:44,482 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:44,483 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:44,486 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:44,486 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:44,487 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:44,487 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb660ab73c8) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:56:44,491 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:44,494 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:44,494 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:56:44,498 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:44,498 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:56:44,501 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:44,501 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:56:44,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:44,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:56:44,508 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:56:44,508 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:44,508 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,545 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:44,545 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni. WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (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:44,545 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:44,545 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:56:44,550 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 ; label: None ; device: /dev/sda ; serial: 360014054a634a550c6545ee93692a16c ; exists: True ; vg_name: test_vg1 ; vg_uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; pe_start: 8 MiB ; 2024-03-01 16:56:44,550 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:56:44,554 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:44,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:44,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:44,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,592 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:44,592 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni. WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (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:44,592 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:44,592 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:56:44,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:56:44,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:44,602 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:44,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:44,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:44,605 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,636 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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:44,636 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni. WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (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:44,636 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:44,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:56:44,641 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:56:44,644 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:56:44,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:44,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:44,651 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:44,651 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:44,655 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/lvm-pv-uuid-bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni', 'ID_FS_UUID_ENC': 'bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni', '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': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749790535'} ; 2024-03-01 16:56:44,655 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:44,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,665 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:44,666 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:44,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:56:44,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:44,669 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:44,672 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:44,672 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:44,676 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:44,676 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:44,676 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:56:44,676 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb66028a5c0) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:56:44,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:44,683 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:44,683 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:56:44,687 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:44,687 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:56:44,690 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:44,690 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:56:44,694 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:44,694 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:56:44,697 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:56:44,697 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:44,697 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,725 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:44,725 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (last written to /dev/sdc). 2024-03-01 16:56:44,725 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:44,725 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:56:44,729 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni ; label: None ; device: /dev/sdb ; serial: 3600140516bc346cfe294698a940f514b ; exists: True ; vg_name: test_vg1 ; vg_uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:56:44,730 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:56:44,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:44,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:44,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:44,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:44,746 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:44,749 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:56:44,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:44,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:44,756 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,786 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:44,786 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (last written to /dev/sdc). 2024-03-01 16:56:44,786 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:44,786 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:44,786 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:44,791 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:56:44,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:56:44,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,802 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:44,802 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:44,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:56:44,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:44,806 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:44,809 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:44,809 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:44,812 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:44,813 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:44,813 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:56:44,813 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb66028ae48) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:56:44,817 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:44,817 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:44,820 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:56:44,820 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:44,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,830 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:44,831 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:44,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:56:44,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:44,834 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:44,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:44,838 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:44,841 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:44,841 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:44,842 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:56:44,842 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6601eef98) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:56:44,845 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:44,845 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:44,849 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/lvm-pv-uuid-lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc', 'ID_FS_UUID_ENC': 'lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc', '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': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749893674'} ; 2024-03-01 16:56:44,849 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:44,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,859 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:44,859 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:44,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:56:44,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:44,863 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:44,866 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:44,866 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:44,869 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:44,870 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:44,870 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:56:44,870 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6601f6438) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:56:44,873 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:44,877 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:44,877 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:56:44,880 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:44,881 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:56:44,884 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:44,884 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:56:44,887 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:44,887 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:56:44,890 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:56:44,890 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:44,891 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,917 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:44,917 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:44,917 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:44,917 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:56:44,922 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc ; label: None ; device: /dev/sdc ; serial: 36001405c43a6ab3f00a49d2bcb5a1754 ; exists: True ; vg_name: test_vg1 ; vg_uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:56:44,922 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:56:44,925 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:44,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:44,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:44,935 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:44,938 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:44,941 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:56:44,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:44,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:44,948 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:44,975 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:44,975 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:44,975 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:44,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:44,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ ; incomplete: False ; hidden: False ; 2024-03-01 16:56:44,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:44,989 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:56:44,993 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:44,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:56:44,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:45,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:45,001 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:45,005 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:45,005 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:45,005 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:45,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:45,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:45,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:56:45,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:45,020 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:45,021 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:45,024 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:45,024 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:45,025 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:56:45,025 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:56:45,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:45,028 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:45,031 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:45,032 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:45,035 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/2b50751b-8fcd-401c-8a57-0fab34d5e420 ' '/dev/disk/by-id/dm-uuid-LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'ID_FS_UUID_ENC': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1193013974'} ; 2024-03-01 16:56:45,036 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:45,036 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:45,040 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:56:45,040 INFO program/MainThread: stderr[11]: 2024-03-01 16:56:45,040 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:56:45,040 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:45,043 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:56:45,043 INFO program/MainThread: stderr[12]: 2024-03-01 16:56:45,043 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:56:45,043 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:45,046 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:56:45,047 INFO program/MainThread: stderr[13]: 2024-03-01 16:56:45,047 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:56:45,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:56:45,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:45,058 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:45,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:45,059 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:45,055 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6601eee10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7fb660269940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:45,059 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:45,063 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:56:45,063 INFO program/MainThread: stderr[14]: 2024-03-01 16:56:45,063 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:56:45,067 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:45,071 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:45,071 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:56:45,074 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:45,075 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:56:45,078 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:45,078 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:56:45,082 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:45,082 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:56:45,084 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:45,084 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:56:45,087 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:45,088 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:56:45,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:45,091 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:45,092 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:45,095 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749990136'} ; 2024-03-01 16:56:45,095 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:45,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:45,106 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:45,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:56:45,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:56:45,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:45,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:45,113 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:45,117 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:45,117 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,117 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:56:45,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6601fad30) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:56:45,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:45,121 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:45,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750047935'} ; 2024-03-01 16:56:45,124 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:45,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:45,135 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:45,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:56:45,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:56:45,139 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:45,142 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:45,142 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:45,145 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:45,146 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,146 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:56:45,146 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6602003c8) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:56:45,150 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:45,150 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:45,153 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750097358'} ; 2024-03-01 16:56:45,153 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:45,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,164 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:45,164 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:45,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:56:45,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:56:45,168 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:45,171 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:45,171 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:45,174 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:45,175 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,175 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:56:45,175 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb66028a828) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:56:45,178 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:45,179 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:45,182 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750228603'} ; 2024-03-01 16:56:45,182 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:45,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,192 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:45,193 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:45,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:56:45,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:56:45,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:45,199 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:45,200 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:45,203 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:45,203 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,204 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:56:45,204 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6601f12b0) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:56:45,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:45,207 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:45,211 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750185439'} ; 2024-03-01 16:56:45,211 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:45,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,221 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:45,221 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:45,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:56:45,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:56:45,225 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:45,228 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:45,228 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:45,231 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:45,232 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,232 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:56:45,232 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6601f17f0) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:56:45,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:45,236 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:45,239 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750336978'} ; 2024-03-01 16:56:45,239 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:45,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:45,250 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:45,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:45,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:56:45,254 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:45,257 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:45,257 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:45,260 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:45,261 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,261 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:56:45,261 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb66020f1d0) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:56:45,265 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:45,265 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:45,268 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750506513'} ; 2024-03-01 16:56:45,268 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:45,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:45,279 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:45,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:56:45,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:56:45,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:45,285 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:45,286 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:45,289 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:45,289 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:45,290 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:56:45,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb66020f860) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:56:45,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:45,293 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:45,296 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:56:45,296 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:45,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:45,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:45,307 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:45,307 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:45,307 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:45,307 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:45,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:45,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:45,310 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:45,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:45,314 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:45,317 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:45,317 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:45,318 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:56:45,318 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb66020fda0) -- 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:45,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:45,324 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:45,324 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:56:45,328 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:45,328 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:56:45,331 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:45,331 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:56:45,335 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:45,335 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:56:45,338 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:45,341 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:45,344 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:45,349 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 0x7fb660274a08> 2024-03-01 16:56:48,661 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:56:48,665 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:48,666 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:48,669 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:56:48,670 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:48,670 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:48,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:48,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,679 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:48,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:48,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,686 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:48,697 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:48,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:48,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:56:48,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:56:48,719 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:48,720 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:56:48,723 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:48,726 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:48,726 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:48,730 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:48,730 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:48,730 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:48,733 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:48,737 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:48,740 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:48,743 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:48,746 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:48,746 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:48,746 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:56:48,747 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:48,747 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb6602185c0) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fb66021fe60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:48,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:48,754 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:48,754 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:56:48,758 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:48,758 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:56:48,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:48,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:56:48,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:48,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:56:48,765 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:48,768 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:48,768 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:56:48,771 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:48,771 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:48,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/2b50751b-8fcd-401c-8a57-0fab34d5e420 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'ID_FS_UUID_ENC': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1193013974'} ; 2024-03-01 16:56:48,775 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:48,775 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:48,778 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:56:48,779 INFO program/MainThread: stderr[15]: 2024-03-01 16:56:48,779 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:56:48,779 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:48,782 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:56:48,782 INFO program/MainThread: stderr[16]: 2024-03-01 16:56:48,782 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:56:48,782 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:48,785 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:56:48,785 INFO program/MainThread: stderr[17]: 2024-03-01 16:56:48,785 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:56:48,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:48,792 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:48,795 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:48,796 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:48,796 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:48,797 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:48,793 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6601eee10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7fb660269940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:48,797 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:48,801 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:56:48,801 INFO program/MainThread: stderr[18]: 2024-03-01 16:56:48,801 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:56:48,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:48,805 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:56:48,805 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:48,815 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:48,827 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:56:48,828 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:56:48,832 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:48,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,838 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:48,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:48,841 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:48,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:48,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,850 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:48,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:48,853 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:48,856 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:48,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,862 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:48,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:48,865 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:48,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:48,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,873 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:48,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:48,876 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:48,879 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:48,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,885 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:48,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:48,888 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:48,891 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:48,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:48,896 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:48,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:48,899 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:53,362 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_49g30j2x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:53,398 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:53,398 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:53,401 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:53,401 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:56:53,401 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:53,401 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:53,405 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:53,406 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:53,409 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:53,409 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:53,413 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:53,413 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:53,416 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:53,416 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:53,424 INFO program/MainThread: stdout: 2024-03-01 16:56:53,424 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:53,424 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 2024-03-01 16:56:53,424 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 2024-03-01 16:56:53,424 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni 2024-03-01 16:56:53,424 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 2024-03-01 16:56:53,424 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc 2024-03-01 16:56:53,424 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,424 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,424 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,424 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,424 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,424 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,424 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,425 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,425 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:53,425 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:53,425 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:53,425 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:53,425 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 sdb 1073741824 root disk brw-rw---- LVM2_member bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2b50751b-8fcd-401c-8a57-0fab34d5e420 sdc 1073741824 root disk brw-rw---- LVM2_member lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:56:53,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:53,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:53,425 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:53,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:53,426 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:53,426 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:53,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:53,436 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:53,448 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:53,452 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8', 'ID_FS_UUID_ENC': 'rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8', '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': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749844410'} ; 2024-03-01 16:56:53,452 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:53,453 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,481 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:53,481 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:53,481 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:53,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,494 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:53,498 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:53,499 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:53,499 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:53,499 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:53,503 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:53,506 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:53,507 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:53,510 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:53,510 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:53,511 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:53,511 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8c2cf390) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:56:53,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:53,518 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:53,519 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:56:53,522 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:53,522 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:56:53,526 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:53,526 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:56:53,529 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:53,529 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:56:53,533 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:56:53,533 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:53,533 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,556 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:53,557 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni. WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (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:53,557 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:53,557 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:56:53,562 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 ; label: None ; device: /dev/sda ; serial: 360014054a634a550c6545ee93692a16c ; exists: True ; vg_name: test_vg1 ; vg_uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; pe_start: 8 MiB ; 2024-03-01 16:56:53,562 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:56:53,565 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:53,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:53,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:53,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,578 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,607 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:53,608 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni. WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (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:53,608 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:53,608 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:56:53,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:56:53,614 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:53,617 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:53,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:53,621 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:53,621 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,647 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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:53,648 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni. WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (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:53,648 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:53,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:56:53,653 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:56:53,656 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:56:53,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:53,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:53,663 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:53,663 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:53,667 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/lvm-pv-uuid-bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni', 'ID_FS_UUID_ENC': 'bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni', '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': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749790535'} ; 2024-03-01 16:56:53,667 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:53,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,677 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:53,678 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:53,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:56:53,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:53,681 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:53,685 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:53,685 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:53,690 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:53,690 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:53,691 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:56:53,691 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2a1588) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:56:53,694 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:53,698 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:53,698 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:56:53,701 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:53,701 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:56:53,705 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:53,705 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:56:53,708 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:53,708 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:56:53,711 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:56:53,711 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:53,711 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,742 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:53,742 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (last written to /dev/sdc). 2024-03-01 16:56:53,742 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:53,742 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:56:53,746 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni ; label: None ; device: /dev/sdb ; serial: 3600140516bc346cfe294698a940f514b ; exists: True ; vg_name: test_vg1 ; vg_uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:56:53,746 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:56:53,749 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:53,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:53,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:53,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:53,762 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:53,765 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:56:53,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:53,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:53,772 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,797 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:53,798 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc. WARNING: VG test_vg1 is missing PV lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc (last written to /dev/sdc). 2024-03-01 16:56:53,798 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:53,798 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:53,798 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:53,802 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:56:53,802 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:53,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,813 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:53,813 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:53,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:56:53,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:53,817 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:53,820 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:53,820 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:53,823 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:53,824 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:53,824 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:56:53,824 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2a1e10) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:56:53,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:53,828 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:53,831 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:56:53,831 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:53,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,841 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:53,842 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:53,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:56:53,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:53,845 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:53,848 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:53,849 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:53,852 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:53,852 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:53,852 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:56:53,852 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b205f60) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:56:53,856 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:53,856 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:53,859 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/lvm-pv-uuid-lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc ' '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc', 'ID_FS_UUID_ENC': 'lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc', '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': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749893674'} ; 2024-03-01 16:56:53,859 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:53,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,869 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:53,870 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:53,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:56:53,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:53,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:53,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:53,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 16:56:53,880 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:53,880 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:53,880 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:56:53,880 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b20d400) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:56:53,884 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:53,887 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:53,887 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:56:53,891 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:53,891 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:56:53,894 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:53,894 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:56:53,898 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:53,898 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:56:53,901 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:56:53,901 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:53,901 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,929 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=rdAAtO-JpKG-YEuX-QAGL-XrZl-qcan-ltuVf8 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=bmWmXK-Ayco-To2k-33c6-aO5z-TwrK-NgkAni LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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=lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T 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:53,929 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:53,929 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:53,929 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:56:53,933 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lj5OkU-PX5I-kg4O-tf1m-E0Lv-Yqle-6zQ6Xc ; label: None ; device: /dev/sdc ; serial: 36001405c43a6ab3f00a49d2bcb5a1754 ; exists: True ; vg_name: test_vg1 ; vg_uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:56:53,933 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:56:53,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:53,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:53,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:53,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:53,950 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:53,953 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:56:53,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T ; incomplete: True ; hidden: False ; 2024-03-01 16:56:53,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:53,959 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:53,986 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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:53,986 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:53,986 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:53,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:53,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:53,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:54,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:56:54,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:54,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:56:54,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:54,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:54,012 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:54,015 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:54,016 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:54,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:54,019 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:54,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:54,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:56:54,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:54,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:54,031 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:54,034 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:54,035 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:54,035 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:56:54,035 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:56:54,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:54,038 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:54,042 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:54,042 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:54,046 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2b50751b-8fcd-401c-8a57-0fab34d5e420 ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'ID_FS_UUID_ENC': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1193013974'} ; 2024-03-01 16:56:54,046 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:54,046 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:54,050 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:56:54,050 INFO program/MainThread: stderr[11]: 2024-03-01 16:56:54,050 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:56:54,050 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:54,053 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:56:54,053 INFO program/MainThread: stderr[12]: 2024-03-01 16:56:54,053 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:56:54,053 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:54,056 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:56:54,057 INFO program/MainThread: stderr[13]: 2024-03-01 16:56:54,057 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:56:54,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:56:54,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:54,068 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:54,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:54,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:54,064 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:54,069 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:54,072 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:56:54,072 INFO program/MainThread: stderr[14]: 2024-03-01 16:56:54,072 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:56:54,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:54,080 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:54,080 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:56:54,084 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:54,084 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:56:54,088 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:54,088 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:56:54,092 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:54,092 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:56:54,093 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:54,094 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:56:54,097 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:54,097 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:56:54,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:54,101 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:54,101 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:54,105 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749990136'} ; 2024-03-01 16:56:54,105 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:54,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,115 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:54,116 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:54,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:56:54,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:56:54,119 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:54,123 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:54,123 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:54,126 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:54,126 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,127 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:56:54,127 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b211d30) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:56:54,130 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:54,130 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:54,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750047935'} ; 2024-03-01 16:56:54,134 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:54,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,144 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:54,144 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:54,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:56:54,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:56:54,148 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:54,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:54,151 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:54,154 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:54,155 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,155 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:56:54,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2173c8) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:56:54,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:54,159 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:54,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750097358'} ; 2024-03-01 16:56:54,162 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:54,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:54,173 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:54,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:56:54,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:56:54,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:54,179 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:54,179 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:54,183 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:54,183 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,183 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:56:54,183 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2a1860) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:56:54,187 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:54,187 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:54,190 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750228603'} ; 2024-03-01 16:56:54,190 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:54,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,201 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:54,201 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:54,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:56:54,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:56:54,204 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:54,208 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:54,208 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:54,211 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:54,211 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,212 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:56:54,212 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2082b0) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:56:54,215 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:54,215 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:54,219 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750185439'} ; 2024-03-01 16:56:54,219 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:54,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,229 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:54,229 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:54,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:56:54,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:56:54,233 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:54,236 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:54,236 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:54,239 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:54,240 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,240 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:56:54,240 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2087f0) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:56:54,243 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:54,244 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:54,247 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750336978'} ; 2024-03-01 16:56:54,247 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:54,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,257 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:54,258 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:54,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:54,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:56:54,261 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:54,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:54,265 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:54,268 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:54,268 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,268 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:56:54,268 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b2261d0) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:56:54,272 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:54,272 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:54,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750506513'} ; 2024-03-01 16:56:54,275 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:54,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,285 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:54,286 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:54,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:56:54,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:56:54,289 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:54,293 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:54,293 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:54,296 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:54,296 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:54,297 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:56:54,297 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b226860) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:56:54,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:54,300 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:54,303 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:56:54,303 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:54,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:54,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:54,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:54,314 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:54,314 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:54,314 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:54,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:54,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:54,317 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:54,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:54,321 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:54,324 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:54,324 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:54,324 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:56:54,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3d8b226da0) -- 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:54,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:54,331 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:54,331 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:56:54,334 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:54,335 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:56:54,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:54,338 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:56:54,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:54,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:56:54,344 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:54,348 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:54,351 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:54,355 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 0x7f3d8c36f488> 2024-03-01 16:56:57,299 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:56:57,304 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:57,304 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:57,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:56:57,308 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:57,308 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:57,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,318 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:57,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:57,337 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:56:57,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:56:57,360 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:57,360 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:56:57,364 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:57,367 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:57,367 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:57,371 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:57,371 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:57,371 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:57,374 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:57,378 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:57,381 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:57,384 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:57,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:56:57,388 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:57,388 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:56:57,389 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:57,388 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f3d8b2305c0) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f3d8b236e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:57,392 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:57,396 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:57,396 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:56:57,399 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:57,400 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:56:57,403 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:57,403 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:56:57,407 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:57,407 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:56:57,407 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:57,410 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:57,410 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:56:57,413 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:57,414 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:57,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/2b50751b-8fcd-401c-8a57-0fab34d5e420 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-nVSHvjNEdGe7fUCX8ySZOXfQ4ui4Xg6TEhucZVAIXfP07RgqWrc2HxP2olhPn0TQ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'ID_FS_UUID_ENC': '2b50751b-8fcd-401c-8a57-0fab34d5e420', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1193013974'} ; 2024-03-01 16:56:57,417 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:57,417 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:57,421 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:56:57,421 INFO program/MainThread: stderr[15]: 2024-03-01 16:56:57,421 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:56:57,421 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:57,424 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:56:57,424 INFO program/MainThread: stderr[16]: 2024-03-01 16:56:57,424 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:56:57,424 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:57,427 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:56:57,428 INFO program/MainThread: stderr[17]: 2024-03-01 16:56:57,428 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:56:57,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,435 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:57,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,439 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,440 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,436 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,440 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:57,443 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:56:57,443 INFO program/MainThread: stderr[18]: 2024-03-01 16:56:57,443 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:56:57,447 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:57,448 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:56:57,448 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:57,458 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,470 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:56:57,471 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:56:57,475 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:57,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,481 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:57,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:57,485 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:57,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,494 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:57,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:57,497 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:57,500 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:57,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,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:56:57,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:57,509 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:57,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,518 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:57,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:57,521 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:57,524 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:57,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,529 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:57,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:57,532 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:57,535 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:57,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:57,541 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:57,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:57,544 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:57,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,551 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:56:57,551 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,552 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,552 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,553 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,553 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,553 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,555 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,555 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,556 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:57,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:56:57,562 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:56:57,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:56:57,568 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:56:57,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:56:57,574 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:56:57,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:57,580 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:57,580 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:57,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,583 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,584 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,587 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,588 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,591 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,592 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,592 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,595 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,596 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,599 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,600 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,600 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,604 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,604 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,608 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,609 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,611 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,612 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,613 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,615 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,616 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,617 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,620 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,621 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,623 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,624 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,624 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,625 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,628 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,628 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,629 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,631 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,632 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,633 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,636 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,637 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,640 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,641 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,644 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,645 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,648 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,652 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,656 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,660 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,661 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,664 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,665 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,668 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,669 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,672 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,673 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,676 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,677 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,680 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,681 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,684 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,685 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,689 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,689 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,693 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,693 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,697 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,697 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,701 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,702 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,705 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,706 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,708 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,709 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:57,710 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:57,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3d8b205dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EhucZV-AIXf-P07R-gqWr-c2Hx-P2ol-hPn0TQ 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 (0x7f3d8b280940) -- 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 = nVSHvj-NEdG-e7fU-CX8y-SZOX-fQ4u-i4Xg6T size = 2.98 GiB format = existing None major = 0 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:57,710 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:56:57,713 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:57,714 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:57,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 16:56:57,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:56:57,718 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,718 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 16:56:57,722 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 16:56:57,723 INFO program/MainThread: stderr[19]: 2024-03-01 16:56:57,723 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:56:57,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:57,727 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:56:57,727 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,728 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'sdc', 'test_vg1'] 2024-03-01 16:56:57,728 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:56:57,731 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:56:57,731 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:57,735 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:56:57,738 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:56:57,741 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:56:57,741 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:56:57,741 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:57,741 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:56:57,741 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:56:57,744 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:56:57,744 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:57,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:56:57,748 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:56:57,749 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:57,749 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:56:57,749 DEBUG blivet/MainThread: removing sda 2024-03-01 16:56:57,752 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:56:57,752 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:57,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 16:56:57,755 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:56:57,755 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:57,755 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:56:57,755 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:56:57,758 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:56:57,758 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:57,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:56:57,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:56:57,762 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:57,762 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:57,773 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,785 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:57,797 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,813 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:57,813 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,813 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,813 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:57,813 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:57,813 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:57,814 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:57,814 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:56:57,814 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:56:57,817 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:57,820 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:57,823 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:56:57,823 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:56:57,826 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:57,826 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 0x7f3d8b272f10> 2024-03-01 16:56:57,826 INFO blivet/MainThread: sorting actions... 2024-03-01 16:56:57,827 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,827 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,828 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:57,828 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:57,828 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:57,828 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:57,828 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:57,835 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:57,835 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:56:57,842 INFO program/MainThread: stdout: 2024-03-01 16:56:57,842 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:57,842 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:57,860 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,860 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:57,870 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:57,870 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:57,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:57,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:56:57,882 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:57,885 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:56:57,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:56:57,898 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:57,932 INFO program/MainThread: stdout[20]: 2024-03-01 16:56:57,932 INFO program/MainThread: stderr[20]: 2024-03-01 16:56:57,932 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:56:57,936 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:56:57,940 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:57,943 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:57,946 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:57,950 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:57,953 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:57,956 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:57,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:57,959 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:57,993 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 16:56:57,993 INFO program/MainThread: stderr[21]: 2024-03-01 16:56:57,994 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:56:57,994 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:58,001 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:56:58,011 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:56:58,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:56:58,026 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:58,032 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:58,039 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:58,043 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:58,048 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:58,054 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:58,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:56:58,057 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:58,095 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 16:56:58,095 INFO program/MainThread: stderr[22]: 2024-03-01 16:56:58,095 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:56:58,096 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:58,135 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:56:58,135 INFO program/MainThread: stderr[23]: 2024-03-01 16:56:58,135 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:56:58,135 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:58,163 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 16:56:58,164 INFO program/MainThread: stderr[24]: 2024-03-01 16:56:58,164 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:56:58,164 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:58,171 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:58,179 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:56:58,184 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:56:58,184 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:58,235 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:56:58,236 INFO program/MainThread: stderr[25]: 2024-03-01 16:56:58,236 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:56:58,236 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:56:58,236 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,263 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,264 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,280 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,294 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,295 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:58,299 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:58,302 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:56:58,305 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:56:58,305 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:58,331 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:56:58,331 INFO program/MainThread: stderr[26]: 2024-03-01 16:56:58,331 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:56:58,331 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:56:58,332 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,364 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,378 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,391 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,391 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:58,395 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:58,398 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:56:58,402 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:56:58,402 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:58,429 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:56:58,429 INFO program/MainThread: stderr[27]: 2024-03-01 16:56:58,429 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:56:58,430 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:56:58,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,462 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,478 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:58,489 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:58,494 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:58,494 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 0x7f3d8b2191a8> 2024-03-01 16:57:14,238 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_m6jnjrf7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:18,766 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xj2ud64f/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:25,861 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_fsx1l0zb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:25,896 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:25,897 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:25,900 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:25,900 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:57:25,900 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:25,900 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:25,904 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:25,905 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:25,908 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:25,908 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:25,912 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:25,912 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:25,915 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:25,915 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:25,922 INFO program/MainThread: stdout: 2024-03-01 16:57:25,922 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:25,922 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,922 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,922 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,922 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,922 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,922 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:25,923 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:57:25,923 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:25,923 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:57:25,923 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:25,923 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:25,924 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:25,924 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:25,924 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:25,924 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:25,924 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:25,935 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:25,946 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:25,950 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749844410'} ; 2024-03-01 16:57:25,950 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:25,951 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:25,980 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:25,980 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:25,980 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:25,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:25,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:25,993 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:25,997 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:25,998 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:25,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:25,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:26,002 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:26,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:26,006 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:26,009 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:26,009 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,010 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:26,010 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecde41470) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:57:26,013 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:26,014 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:26,017 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749790535'} ; 2024-03-01 16:57:26,017 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:26,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,027 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:26,027 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:26,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:26,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:26,031 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:26,034 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:26,034 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:26,037 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:26,038 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,038 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:26,038 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0eccdf0400) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:57:26,041 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:26,042 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:26,045 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:57:26,045 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:26,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,055 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:26,056 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:26,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:26,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:26,059 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:26,062 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:26,062 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:26,065 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:26,066 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,066 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:26,066 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0eccdf04a8) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:57:26,070 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:26,070 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:26,073 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:57:26,073 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:26,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,083 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:26,083 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:26,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:26,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:26,087 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:26,090 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:26,090 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:26,094 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:26,094 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,094 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:26,094 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0eccdf55c0) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:57:26,098 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:26,098 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:26,101 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749893674'} ; 2024-03-01 16:57:26,101 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:26,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,111 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:26,112 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:26,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:26,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:26,115 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:26,118 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:26,119 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:26,122 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:26,122 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,122 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:26,123 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0eccdf5438) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:57:26,126 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:26,126 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:26,129 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749990136'} ; 2024-03-01 16:57:26,129 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:26,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,139 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:26,140 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:26,140 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:26,140 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:26,143 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:26,147 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:26,147 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:26,150 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:26,151 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,151 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:26,151 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce064a8) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:57:26,154 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:26,155 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:26,158 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750047935'} ; 2024-03-01 16:57:26,158 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:26,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,168 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:26,168 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:26,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:26,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:26,172 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:26,175 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:26,175 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:26,178 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:26,179 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,179 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:26,179 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce06b38) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:57:26,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:26,183 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:26,186 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750097358'} ; 2024-03-01 16:57:26,186 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:26,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,196 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:26,197 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:26,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:26,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:26,200 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:26,203 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:26,203 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:26,207 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:57:26,207 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,207 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:26,207 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce06f60) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:57:26,211 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:26,211 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:26,214 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750228603'} ; 2024-03-01 16:57:26,214 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:57:26,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:26,225 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:26,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:26,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:26,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:26,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:26,232 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:26,235 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:26,235 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,236 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:26,236 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0eccdf2a20) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:57:26,239 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:26,239 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:26,243 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750185439'} ; 2024-03-01 16:57:26,243 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:26,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,253 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:26,253 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:26,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:26,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:26,257 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:26,260 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:26,260 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:57:26,263 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:57:26,263 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,264 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:26,264 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce06cf8) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:57:26,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:26,267 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:26,271 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750336978'} ; 2024-03-01 16:57:26,271 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:26,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,281 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:26,281 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:26,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:26,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:26,285 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:26,288 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:26,288 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:26,291 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:26,292 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,292 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:26,292 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce16940) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:57:26,296 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:26,296 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:26,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750506513'} ; 2024-03-01 16:57:26,299 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:26,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,309 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:26,310 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:26,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:26,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:26,313 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:26,316 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:26,316 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:26,319 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:26,320 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:26,320 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:26,320 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce16fd0) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:57:26,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:26,324 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:26,327 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:57:26,327 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:26,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:26,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:26,337 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:26,337 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:26,338 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:26,338 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:26,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:26,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:26,341 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:26,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:26,344 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:26,347 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:26,348 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:26,348 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:26,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ecce16d68) -- 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:26,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:26,355 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:26,355 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:26,359 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:26,359 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:26,362 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:26,366 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:26,366 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:26,370 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:26,373 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:26,376 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:26,381 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 0x7f0eccdf4048> 2024-03-01 16:57:29,299 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:29,303 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:29,304 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:29,307 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:57:29,308 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:29,308 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:29,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:29,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,317 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:29,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:29,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,323 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:29,335 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:29,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:29,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:29,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:29,357 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:29,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:29,361 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:29,364 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:29,364 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:29,368 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:29,368 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:29,368 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:29,371 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:29,375 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:29,378 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:29,381 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:29,384 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:29,384 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:29,385 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:29,385 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:29,385 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0ece18d390) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f0eccdac0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:29,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:29,392 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:29,392 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:29,396 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:29,396 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:29,399 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:29,399 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:29,403 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:29,403 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:29,405 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:29,405 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:29,408 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:29,409 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:29,412 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:29,412 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:29,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:29,426 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:29,437 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:57:29,438 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:57:29,442 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:29,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,448 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:29,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:29,451 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:29,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:29,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,460 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:29,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:29,463 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:29,466 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:29,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,471 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:29,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:29,474 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:29,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:29,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,483 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:29,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:29,486 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:29,489 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:29,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,495 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:29,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:29,498 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:29,500 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:29,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:29,506 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:29,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:29,509 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:29,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:57:29,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:57:29,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 16:57:29,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:29,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:29,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:57:29,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:29,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:34,161 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_dtvqi3cb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:34,197 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:34,197 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:34,200 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:34,200 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:57:34,200 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:34,201 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:34,205 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:34,205 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:34,208 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:34,209 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:34,212 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:34,212 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:34,215 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:34,215 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:34,222 INFO program/MainThread: stdout: 2024-03-01 16:57:34,222 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:34,222 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,222 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,222 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,222 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:34,223 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:57:34,223 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:34,223 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:57:34,223 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:34,223 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:34,224 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:34,224 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:34,224 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:34,224 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:34,224 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:34,234 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:34,245 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:34,249 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749844410'} ; 2024-03-01 16:57:34,249 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:34,250 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:34,275 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:34,275 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:34,275 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:34,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,288 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:34,293 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:34,293 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:34,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:34,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:34,297 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:34,301 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:34,301 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:34,304 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:34,305 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,305 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:34,305 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb425527438) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:57:34,309 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:34,309 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:34,313 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749790535'} ; 2024-03-01 16:57:34,313 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:34,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,323 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:34,323 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:34,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:34,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:34,327 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:34,330 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:34,330 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:34,333 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:34,334 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,334 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:34,334 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244d43c8) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:57:34,337 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:34,337 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:34,341 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:57:34,341 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:34,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,351 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:34,351 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:34,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:34,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:34,355 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:34,358 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:34,358 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:34,362 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:34,362 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,362 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:34,362 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244d4470) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:57:34,366 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:34,366 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:34,369 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:57:34,369 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:34,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,379 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:34,380 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:34,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:34,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:34,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:34,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:34,387 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:34,390 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:34,391 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,391 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:34,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244db588) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:57:34,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:34,395 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:34,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749893674'} ; 2024-03-01 16:57:34,398 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:34,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:34,409 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:34,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:34,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:34,412 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:34,415 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:34,415 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:34,419 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:34,419 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,419 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:34,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244db630) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:57:34,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:34,423 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:34,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '749990136'} ; 2024-03-01 16:57:34,426 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:34,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,436 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:34,437 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:34,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:34,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:34,441 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:34,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:34,444 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:34,447 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:34,448 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,448 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:34,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244d8470) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:57:34,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:34,452 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:34,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750047935'} ; 2024-03-01 16:57:34,455 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:34,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:34,466 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:34,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:34,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:34,469 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:34,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:34,473 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:34,476 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:34,476 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,477 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:34,477 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244d8b00) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:57:34,480 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:34,480 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:34,484 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750097358'} ; 2024-03-01 16:57:34,484 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:34,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,494 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:34,494 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:34,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:34,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:34,498 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:34,501 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:34,501 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:34,504 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:34,505 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,505 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:34,505 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244d8eb8) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:57:34,509 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:34,509 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:34,512 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750228603'} ; 2024-03-01 16:57:34,512 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:34,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:34,523 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:34,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:34,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:34,526 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:34,530 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:34,530 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:34,533 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:34,533 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,534 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:34,534 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244e79e8) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:57:34,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:34,537 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:34,541 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750185439'} ; 2024-03-01 16:57:34,541 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:34,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,551 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:34,552 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:34,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:34,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:34,555 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:34,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:34,558 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:34,562 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:34,562 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,562 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:34,563 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244d8a20) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:57:34,566 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:34,566 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:34,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750336978'} ; 2024-03-01 16:57:34,569 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:34,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,580 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:34,580 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:34,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:34,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:34,584 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:34,587 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:34,587 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:34,591 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:34,591 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,591 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:34,591 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244fc908) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:57:34,595 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:34,595 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:34,598 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750506513'} ; 2024-03-01 16:57:34,598 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:34,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,609 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:34,609 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:34,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:34,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:34,612 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:34,616 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:34,616 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:34,619 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:34,619 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:34,620 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:34,620 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244fcf98) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:57:34,623 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:34,623 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:34,626 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:57:34,627 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:34,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:34,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:34,637 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:34,637 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:34,637 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:34,637 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:34,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:34,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:34,640 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:34,644 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:34,644 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:34,647 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:34,647 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:34,648 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:34,648 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4244fceb8) -- 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:34,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:34,655 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:34,655 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:34,659 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:34,659 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:34,662 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:34,662 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:34,666 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:34,666 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:34,670 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:34,673 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:34,676 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:34,680 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 0x7fb4244eec08> 2024-03-01 16:57:37,732 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:37,736 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:37,737 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:37,740 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:57:37,741 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:37,741 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:37,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,750 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:37,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:37,769 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:37,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:37,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:37,791 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:37,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:37,794 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:37,798 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:37,798 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:37,801 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:37,802 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:37,802 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:37,805 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:37,808 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:37,812 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:37,815 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:37,818 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:37,818 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:37,819 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:37,819 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:37,819 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb4244d40b8) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fb4244920f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:37,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:37,826 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:37,826 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:37,830 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:37,830 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:37,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:37,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:37,837 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:37,837 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:37,839 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:37,839 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:37,842 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:37,843 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:37,846 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:37,846 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:37,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:37,857 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:37,868 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:57:37,869 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:57:37,873 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:37,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,879 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:37,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,882 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:37,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,891 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:37,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,894 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:37,896 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:37,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,902 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:37,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,905 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:37,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,914 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:37,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,917 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:37,920 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:37,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,925 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:37,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,928 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:37,931 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:37,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,937 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:37,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,940 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:37,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:37,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:37,952 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:57:37,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:57:37,958 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:37,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:57:37,964 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:37,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:37,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:57:37,970 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:37,973 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:37,973 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:57:37,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:37,977 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:37,977 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:37,980 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:37,980 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:37,983 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:37,983 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:57:37,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:37,987 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:37,987 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:37,990 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:37,990 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:37,993 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:37,993 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:57:37,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:57:37,996 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:37,996 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:38,000 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,000 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:38,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:38,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:38,009 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:38,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:38,016 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:38,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:38,023 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:38,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:38,027 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:38,028 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:57:38,028 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:38,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,041 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:57:38,042 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:38,042 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:38,042 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:57:38,043 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:38,043 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:38,046 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,046 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:57:38,049 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:57:38,053 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:38,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:38,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:57:38,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:38,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:38,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:38,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:57:38,072 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:38,072 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:38,072 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 16:57:38,073 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:57:38,076 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 16:57:38,076 INFO program/MainThread: stderr[4]: 2024-03-01 16:57:38,077 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:38,077 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:57:38,077 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:38,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:38,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,082 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:38,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,095 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:57:38,096 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:38,096 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 16:57:38,096 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 16:57:38,097 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:38,097 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 16:57:38,100 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,101 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:57:38,103 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:57:38,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:38,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:38,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:57:38,115 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:38,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:38,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:38,125 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:57:38,126 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:38,126 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 16:57:38,126 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 16:57:38,127 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:57:38,127 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:38,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:57:38,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,131 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:38,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,143 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:57:38,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:57:38,149 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:57:38,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:57:38,155 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:57:38,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:57:38,161 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:57:38,164 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,164 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:57:38,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:57:38,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:38,167 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:38,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,171 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:38,174 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,174 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:57:38,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:57:38,177 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:38,177 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:38,180 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,180 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:38,183 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,184 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:57:38,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:57:38,187 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:38,187 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:38,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,190 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:38,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:57:38,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:38,198 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:38,202 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:38,205 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:38,209 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:38,212 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:38,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:57:38,217 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:38,217 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:57:38,217 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:38,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,231 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:57:38,232 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:38,232 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:38,232 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:57:38,233 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:38,233 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:38,236 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,236 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:57:38,239 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:57:38,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:38,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:38,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:57:38,250 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:38,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:38,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:38,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:57:38,261 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:38,262 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:38,262 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:38,262 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:57:38,262 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:38,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:57:38,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,266 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:38,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,278 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:57:38,279 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:38,280 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:38,280 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 16:57:38,280 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:38,281 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:38,284 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,284 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:57:38,287 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:57:38,291 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:38,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:38,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:57:38,298 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:38,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:38,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:38,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:57:38,309 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:38,309 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:38,310 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 16:57:38,310 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:57:38,310 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:38,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:57:38,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,314 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:38,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,327 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:57:38,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:57:38,333 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:57:38,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:57:38,339 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:57:38,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:57:38,345 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:57:38,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:57:38,350 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:57:38,353 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,353 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:57:38,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:57:38,357 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:38,357 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:38,360 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,360 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:38,363 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,363 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:57:38,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:57:38,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:38,367 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:38,370 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,370 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:38,373 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,373 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:57:38,382 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:57:38,385 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:38,385 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:38,388 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,388 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:38,391 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:38,391 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:57:38,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:57:38,395 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:38,395 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:38,398 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:38,398 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:38,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:57:38,403 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:38,406 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:38,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:38,414 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:38,417 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:38,421 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:38,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:38,428 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:38,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:57:38,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:38,434 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:57:38,434 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:38,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,448 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:57:38,449 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,450 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:38,450 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -900.0 2024-03-01 16:57:38,450 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,451 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:38,454 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,454 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:57:38,457 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:57:38,461 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:38,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:38,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:57:38,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:38,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:38,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:38,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:57:38,479 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,480 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:38,480 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 16:57:38,480 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:57:38,480 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:38,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:57:38,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,484 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:38,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,497 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:57:38,498 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,498 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 16:57:38,498 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -800.0 2024-03-01 16:57:38,499 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,500 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 16:57:38,503 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,503 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:57:38,506 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:57:38,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:38,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:38,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:57:38,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:38,521 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:38,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:38,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:57:38,528 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,529 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 16:57:38,529 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 16:57:38,529 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:57:38,529 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:38,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:57:38,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,533 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:38,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,546 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:57:38,547 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,548 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 16:57:38,548 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -700.0 2024-03-01 16:57:38,548 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,549 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 16:57:38,552 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,552 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:57:38,555 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,556 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:57:38,559 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:38,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:38,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:57:38,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:38,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:38,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:38,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:57:38,578 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,578 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 16:57:38,579 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:38,579 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:57:38,579 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:38,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:57:38,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,583 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:38,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:38,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:38,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:38,596 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:57:38,597 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,598 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:38,598 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -600.0 2024-03-01 16:57:38,598 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,599 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:38,602 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,602 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:57:38,605 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:38,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:57:38,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:38,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:38,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:57:38,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:57:38,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:38,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:38,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:57:38,628 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:38,629 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:38,629 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:38,629 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:57:38,629 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:38,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:57:38,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:57:38,634 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:38,635 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:38,635 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:38,635 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:38,635 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:38,635 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:38,636 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:38,637 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:38,638 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:38,638 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:38,638 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:38,638 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:38,638 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:38,638 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:38,640 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:38,643 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:38,646 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:38,649 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:38,649 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:38,652 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:38,652 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 0x7fb4244b3db0> 2024-03-01 16:57:38,653 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:38,688 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:38,688 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:38,688 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:38,689 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:38,689 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:38,690 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:38,690 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:38,690 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:38,691 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:38,691 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:38,691 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:38,692 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:38,692 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:38,693 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:38,693 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:38,693 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:38,694 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:38,694 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:38,695 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:38,695 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:38,696 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:38,696 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:38,697 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:38,697 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:38,697 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:38,698 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:38,698 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:38,699 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:38,699 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:38,700 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:38,700 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:38,700 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:38,701 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:38,701 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:38,702 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:38,702 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:38,702 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:38,703 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:38,703 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:38,704 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:38,707 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:38,710 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:57:38,710 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:57:38,717 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,717 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,743 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,743 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,755 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,755 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:38,759 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:38,762 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:57:38,763 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:57:38,768 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,797 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,809 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,809 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:38,813 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:38,816 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:57:38,816 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:57:38,822 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,851 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,863 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,863 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:38,867 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:38,870 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:57:38,870 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:57:38,876 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,876 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,905 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,917 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,918 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:38,921 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:38,924 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:57:38,925 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:57:38,930 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,959 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:38,971 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,971 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:38,975 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:38,978 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:57:38,978 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:57:38,984 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:38,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,014 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,014 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,026 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,026 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:39,030 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:39,033 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:57:39,033 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 16:57:39,039 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,066 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,076 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,077 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:39,080 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:39,083 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:57:39,084 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:57:39,089 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,089 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,118 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,118 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,128 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,129 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:39,132 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:39,135 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:57:39,136 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:57:39,141 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,141 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,169 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,169 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,181 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,181 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:39,185 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:39,188 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:57:39,188 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:57:39,194 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,220 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,220 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,232 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,232 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:39,236 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,239 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,242 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,242 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:39,243 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= devices { filter=["a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:39,272 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 16:57:39,272 INFO program/MainThread: stderr[5]: 2024-03-01 16:57:39,272 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:39,272 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,293 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,300 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:39,300 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:39,302 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:57:39,318 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,346 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,346 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:39,350 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,353 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,356 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,356 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:39,357 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:39,391 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:57:39,392 INFO program/MainThread: stderr[6]: 2024-03-01 16:57:39,392 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:39,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,409 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:39,417 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:39,419 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:57:39,433 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,460 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,460 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:39,464 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,467 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,470 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,470 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:39,471 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:39,501 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:57:39,501 INFO program/MainThread: stderr[7]: 2024-03-01 16:57:39,501 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:39,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,532 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,537 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:39,537 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:39,539 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:57:39,548 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,577 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,577 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:39,581 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,584 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,587 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,587 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:39,588 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:39,618 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:57:39,618 INFO program/MainThread: stderr[8]: 2024-03-01 16:57:39,618 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:39,619 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,642 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,649 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:39,650 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:39,652 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:57:39,663 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,691 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,691 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:39,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:57:39,698 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:39,701 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,704 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,708 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,711 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,714 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,717 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,720 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,723 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:57:39,727 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:39,792 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 16:57:39,792 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:39,792 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:39,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:39,811 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:39,818 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,825 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,833 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,839 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,845 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,851 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,858 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,862 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,873 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,878 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:39,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:39,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,891 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,891 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:57:39,899 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,909 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,909 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:39,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:39,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:57:39,920 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:39,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:39,927 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,934 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,937 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,941 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,944 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,948 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:39,951 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:39,951 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:39,961 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:39,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:39,966 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:39,990 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:39,991 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:39,991 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:39,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:39,995 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:40,081 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 16:57:40,082 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:40,082 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:40,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:40,098 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:40,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,141 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,146 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:40,146 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:40,147 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:40,156 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,172 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,172 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:40,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,180 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:40,183 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:57:40,183 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:57:40,210 INFO program/MainThread: stdout: 2024-03-01 16:57:40,211 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:40,211 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:40,211 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:40,211 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:40,211 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:40,211 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:40,211 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:40,211 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:40,211 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:40,211 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:40,211 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,212 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:57:40,225 INFO program/MainThread: stdout: 2024-03-01 16:57:40,225 INFO program/MainThread: writing all SBs 2024-03-01 16:57:40,225 INFO program/MainThread: new label = "" 2024-03-01 16:57:40,225 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,226 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,242 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:40,246 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:40,247 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:40,256 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,272 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,272 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:40,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:40,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:57:40,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,284 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:40,309 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:40,310 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:40,310 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:40,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:40,314 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:40,396 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 16:57:40,396 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:40,396 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:40,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:40,411 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:40,411 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,458 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,462 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:40,463 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:40,464 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:40,472 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,488 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,488 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:40,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,496 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:40,499 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:57:40,499 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:57:40,522 INFO program/MainThread: stdout: 2024-03-01 16:57:40,522 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:40,522 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:40,522 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:40,522 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:40,522 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:40,522 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:40,522 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:40,522 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:40,522 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:40,523 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:40,523 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,523 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:57:40,535 INFO program/MainThread: stdout: 2024-03-01 16:57:40,535 INFO program/MainThread: writing all SBs 2024-03-01 16:57:40,536 INFO program/MainThread: new label = "" 2024-03-01 16:57:40,536 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,536 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,552 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,556 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:40,556 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:40,557 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:40,566 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,566 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,580 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,580 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:40,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:40,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:57:40,591 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,591 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:40,616 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:40,616 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:40,616 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:40,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:40,620 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:40,713 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 16:57:40,713 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:40,713 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:40,722 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,731 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:40,731 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:40,731 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,765 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,769 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:40,770 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:40,771 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:40,780 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,780 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,794 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,794 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:40,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,801 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:40,804 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:57:40,805 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:57:40,827 INFO program/MainThread: stdout: 2024-03-01 16:57:40,827 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:40,827 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:40,827 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:40,827 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:40,827 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:40,827 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:40,828 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:40,828 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:40,828 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:40,828 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:40,828 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,828 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:57:40,841 INFO program/MainThread: stdout: 2024-03-01 16:57:40,841 INFO program/MainThread: writing all SBs 2024-03-01 16:57:40,841 INFO program/MainThread: new label = "" 2024-03-01 16:57:40,841 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,858 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:40,862 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:40,863 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:40,872 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:40,888 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,888 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:40,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:40,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:57:40,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:40,899 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:40,925 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:40,925 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:40,925 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:40,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:40,929 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:41,015 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 16:57:41,016 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:41,016 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:41,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:41,031 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:41,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,069 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,073 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:41,074 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:41,074 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:41,083 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,083 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,097 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,097 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:41,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,104 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:41,107 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:57:41,108 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:57:41,130 INFO program/MainThread: stdout: 2024-03-01 16:57:41,131 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:41,131 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:41,131 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:41,131 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:41,131 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:41,131 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:41,131 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:41,131 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:41,131 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:41,131 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:41,131 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,132 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:57:41,144 INFO program/MainThread: stdout: 2024-03-01 16:57:41,144 INFO program/MainThread: writing all SBs 2024-03-01 16:57:41,144 INFO program/MainThread: new label = "" 2024-03-01 16:57:41,144 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,144 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,161 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:41,165 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:41,167 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:41,175 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,189 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,189 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:41,193 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,196 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,199 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,199 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:41,200 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:41,230 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:57:41,231 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:41,231 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:41,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,254 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:41,262 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:41,264 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:57:41,275 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,276 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,302 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,302 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:41,306 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,309 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,312 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,312 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:41,313 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:41,350 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:57:41,351 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:41,351 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:41,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,369 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,376 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:41,376 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:41,378 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:57:41,390 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,390 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,415 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,415 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:41,419 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,422 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,426 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,426 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:41,426 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:41,456 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:57:41,457 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:41,457 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:41,457 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,477 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,484 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:41,485 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:41,487 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:57:41,500 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,531 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,531 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:41,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:57:41,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:41,542 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,545 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,548 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,551 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,555 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,558 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:57:41,561 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:41,621 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 16:57:41,621 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:41,621 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:41,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:41,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:41,646 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,650 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,654 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,657 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,660 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,664 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,664 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,676 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:41,683 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:41,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,693 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,693 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:57:41,701 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,711 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,711 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:41,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:41,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:57:41,722 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:41,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:41,729 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,733 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,736 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,740 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,743 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,746 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:41,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,757 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,761 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:41,762 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:41,786 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:41,786 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:41,786 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:41,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:41,791 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:41,870 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 16:57:41,871 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:41,871 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:41,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:41,887 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:41,887 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,919 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,923 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:41,924 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,925 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:41,933 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,947 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,947 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:41,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:41,954 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:41,957 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:57:41,958 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:57:41,980 INFO program/MainThread: stdout: 2024-03-01 16:57:41,981 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:41,981 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:41,981 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:41,981 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:41,981 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:41,981 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:41,981 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:41,981 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:41,981 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:41,981 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:41,981 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,982 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:57:41,994 INFO program/MainThread: stdout: 2024-03-01 16:57:41,995 INFO program/MainThread: writing all SBs 2024-03-01 16:57:41,995 INFO program/MainThread: new label = "" 2024-03-01 16:57:41,995 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,011 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:42,015 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:42,016 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:42,025 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,025 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,039 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,039 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:42,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:42,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:57:42,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,050 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:42,076 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:42,076 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:42,076 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:42,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:42,080 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:42,162 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 16:57:42,163 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:42,163 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:42,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:42,180 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:42,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,206 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,211 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,211 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,212 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:42,221 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,236 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,236 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:42,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,243 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:42,247 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:57:42,247 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:57:42,268 INFO program/MainThread: stdout: 2024-03-01 16:57:42,269 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:42,269 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:42,269 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:42,269 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:42,269 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:42,269 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:42,269 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:42,269 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:42,269 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:42,269 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:42,269 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,270 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:57:42,282 INFO program/MainThread: stdout: 2024-03-01 16:57:42,282 INFO program/MainThread: writing all SBs 2024-03-01 16:57:42,282 INFO program/MainThread: new label = "" 2024-03-01 16:57:42,282 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,297 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:42,301 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:42,302 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:42,311 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,325 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,325 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:42,329 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,332 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,336 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,336 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:42,336 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:42,366 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:57:42,367 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:42,367 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:42,367 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,388 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,392 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:42,392 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:42,393 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:57:42,402 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,424 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,424 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:42,428 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,431 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,434 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,434 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:42,434 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:42,465 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:57:42,466 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:42,466 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:42,466 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,488 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,492 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:42,492 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:42,494 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:57:42,502 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,525 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,525 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:42,529 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,532 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,535 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,535 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:42,535 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:42,567 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:57:42,567 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:42,567 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:42,567 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,587 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,591 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:42,591 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:42,593 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:57:42,601 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,601 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,623 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,623 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:42,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:57:42,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:42,633 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,636 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,639 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,642 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,646 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,649 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:57:42,652 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:42,706 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 16:57:42,707 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:42,707 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:42,715 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:42,722 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:42,728 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,736 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,741 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,747 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,751 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,755 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,767 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:42,774 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:42,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,784 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,784 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:57:42,792 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,792 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,804 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,804 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:42,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:42,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:57:42,815 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:42,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:42,822 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,825 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,829 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,832 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,836 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,839 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:42,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:42,850 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:42,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:42,854 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:42,886 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:42,886 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:42,886 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:42,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:42,891 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 315392K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:42,969 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 16:57:42,970 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:42,970 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:42,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:42,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:42,985 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:42,985 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,016 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,021 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:43,021 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:43,022 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:43,031 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,044 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,044 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:43,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:43,052 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:43,055 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:57:43,055 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:57:43,078 INFO program/MainThread: stdout: 2024-03-01 16:57:43,078 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:43,078 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:43,078 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:43,078 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:43,078 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:43,079 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:43,079 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:43,079 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:43,079 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:43,079 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:43,079 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,079 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:57:43,092 INFO program/MainThread: stdout: 2024-03-01 16:57:43,093 INFO program/MainThread: writing all SBs 2024-03-01 16:57:43,093 INFO program/MainThread: new label = "" 2024-03-01 16:57:43,093 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,107 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:43,111 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:43,112 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:43,121 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,135 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,135 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:43,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:43,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:57:43,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:43,146 INFO program/MainThread: Running [32] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:43,173 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:43,173 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:43,173 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:43,177 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:43,178 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 315392K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:43,254 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 16:57:43,254 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:43,254 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:43,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:43,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:43,271 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:43,271 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,301 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,306 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:43,306 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:43,307 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:57:43,316 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,332 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,332 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:43,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:43,339 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:43,343 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:57:43,343 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:57:43,365 INFO program/MainThread: stdout: 2024-03-01 16:57:43,365 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:43,365 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:43,365 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:43,365 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 16:57:43,365 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:43,365 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:43,365 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:43,365 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 16:57:43,366 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:43,366 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:43,366 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,366 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:57:43,377 INFO program/MainThread: stdout: 2024-03-01 16:57:43,377 INFO program/MainThread: writing all SBs 2024-03-01 16:57:43,378 INFO program/MainThread: new label = "" 2024-03-01 16:57:43,378 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,392 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:43,396 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:43,398 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:57:43,406 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,422 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,427 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:43,427 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 0x7fb4244c80f8> 2024-03-01 16:57:43,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,434 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:43,435 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:43,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,441 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:43,441 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:43,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,448 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:43,448 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:43,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,454 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:43,454 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:43,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,460 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:43,461 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:43,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,467 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:43,467 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:43,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,473 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:43,473 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:43,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,479 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:43,479 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:43,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,486 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:43,486 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:43,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,492 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:43,492 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:43,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,498 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:43,498 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:43,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,504 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:43,505 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:43,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,510 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:43,511 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:43,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,516 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:43,517 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:43,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,523 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:43,523 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:43,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,529 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:43,529 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:15,349 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_z8zcocnu/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:15,385 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:15,386 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:15,389 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:15,389 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:58:15,389 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:15,389 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:15,394 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:15,394 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:15,398 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:15,398 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:15,401 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:15,401 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:15,404 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:15,404 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:15,426 INFO program/MainThread: stdout: 2024-03-01 16:58:15,427 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:15,427 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc 2024-03-01 16:58:15,427 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 2024-03-01 16:58:15,427 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 2024-03-01 16:58:15,427 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 2024-03-01 16:58:15,427 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 2024-03-01 16:58:15,427 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 2024-03-01 16:58:15,427 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 2024-03-01 16:58:15,427 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM 2024-03-01 16:58:15,427 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK 2024-03-01 16:58:15,427 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH 2024-03-01 16:58:15,427 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f 2024-03-01 16:58:15,427 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f 2024-03-01 16:58:15,427 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f 2024-03-01 16:58:15,427 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a 2024-03-01 16:58:15,427 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a 2024-03-01 16:58:15,427 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:15,427 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a 2024-03-01 16:58:15,428 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN 2024-03-01 16:58:15,428 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI 2024-03-01 16:58:15,428 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:15,428 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:15,428 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:15,428 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:15,428 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:15,428 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:15,428 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,428 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:15,429 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:15,429 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:15,429 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn 2024-03-01 16:58:15,429 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:15,429 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:15,429 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:15,429 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:58:15,429 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:15,429 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 sdb 1073741824 root disk brw-rw---- LVM2_member 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM sdc 1073741824 root disk brw-rw---- LVM2_member N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK sdd 1073741824 root disk brw-rw---- LVM2_member Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a sde 1073741824 root disk brw-rw---- LVM2_member 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN sdf 1073741824 root disk brw-rw---- LVM2_member Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI sdg 1073741824 root disk brw-rw---- LVM2_member Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f sdh 1073741824 root disk brw-rw---- LVM2_member 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f sdi 1073741824 root disk brw-rw---- LVM2_member fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f sdj 1073741824 root disk brw-rw---- LVM2_member ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:58:15,429 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:15,429 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:15,430 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:15,430 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:15,430 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:15,430 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:15,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:15,443 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:15,467 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:58:15,471 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/lvm-pv-uuid-mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc', 'ID_FS_UUID_ENC': 'mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc', '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': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749844410'} ; 2024-03-01 16:58:15,472 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:15,472 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,507 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:15,507 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:15,507 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:15,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,520 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:15,525 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:15,525 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:15,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:15,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:15,529 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:15,533 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:15,533 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:15,536 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:15,537 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,537 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:15,537 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525cdc8ba8) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:58:15,541 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:15,545 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,545 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:15,548 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,548 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:15,552 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,552 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:15,555 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,555 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:15,559 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:15,559 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:15,559 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,587 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:15,587 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM. WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:15,587 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:15,587 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:15,592 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc ; label: None ; device: /dev/sda ; serial: 360014054a634a550c6545ee93692a16c ; exists: True ; vg_name: test_vg1 ; vg_uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:58:15,592 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:15,595 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:15,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,610 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,645 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:15,645 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM. WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:15,645 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:15,645 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:15,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:15,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:15,654 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:15,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:15,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:15,658 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,688 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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:58:15,689 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM. WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:15,689 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:15,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:15,694 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:15,697 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:15,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:15,704 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:15,704 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,707 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM ' '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM', 'ID_FS_UUID_ENC': '0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM', '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': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749790535'} ; 2024-03-01 16:58:15,708 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:15,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,718 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:15,718 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:15,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:15,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:15,722 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:15,725 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:15,725 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:15,728 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:15,729 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,729 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:15,729 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c57ef98) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:58:15,733 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:15,736 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,736 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:15,740 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,740 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:15,743 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,743 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:15,747 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,747 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:15,750 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:15,750 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:15,750 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,777 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:15,778 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:15,778 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:15,778 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:15,782 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM ; label: None ; device: /dev/sdb ; serial: 3600140516bc346cfe294698a940f514b ; exists: True ; vg_name: test_vg1 ; vg_uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:15,782 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:15,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:15,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:15,799 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:15,802 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:15,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:15,808 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,838 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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:58:15,838 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:15,838 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:15,838 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:15,838 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:58:15,843 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:15,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,853 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:15,854 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:15,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:15,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:15,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:15,861 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:15,861 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:15,864 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:15,864 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,865 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:15,865 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4eba90) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:58:15,868 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:15,869 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:15,872 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:58:15,872 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:15,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,882 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:15,883 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:15,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:15,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:15,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:15,889 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:15,890 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:15,893 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:15,893 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,894 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:15,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4f19b0) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:58:15,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:15,897 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:15,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/lvm-pv-uuid-N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK ' '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK', 'ID_FS_UUID_ENC': 'N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK', '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': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749893674'} ; 2024-03-01 16:58:15,901 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:15,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:15,911 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:15,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:15,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:15,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:15,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:15,918 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:15,921 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:15,922 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,922 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:15,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4f1f28) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:58:15,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:15,929 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,929 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:15,932 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,932 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:15,936 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,936 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:15,939 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,939 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:15,942 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:15,942 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:15,943 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:15,976 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:15,976 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:15,976 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:15,976 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:15,980 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK ; label: None ; device: /dev/sdc ; serial: 36001405c43a6ab3f00a49d2bcb5a1754 ; exists: True ; vg_name: test_vg1 ; vg_uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:15,981 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:15,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:15,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:15,997 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:16,000 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:16,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:16,007 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,036 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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:58:16,036 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:16,036 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:16,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:16,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:16,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:16,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:16,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:16,062 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:16,066 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:58:16,066 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:58:16,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:16,071 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:16,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:16,074 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:16,078 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:16,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:16,082 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:16,085 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:58:16,085 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:58:16,086 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 16:58:16,086 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:16,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:16,089 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:16,093 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:58:16,093 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:58:16,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt ' '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259335105'} ; 2024-03-01 16:58:16,097 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:16,097 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,101 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:16,101 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:16,101 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:16,101 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,104 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:16,104 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:16,104 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:16,104 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,107 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:16,108 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:16,108 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:16,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:16,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,119 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:58:16,119 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,120 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:58:16,116 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4f8cc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:16,120 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,123 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:16,124 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:16,124 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:16,128 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:16,132 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,132 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:16,136 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,136 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:16,139 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,139 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:16,143 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,143 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:16,145 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:16,145 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:16,148 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,149 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:16,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:16,152 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,159 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 16:58:16,159 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,191 INFO program/MainThread: stdout[15]: lv1 2024-03-01 16:58:16,191 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:16,191 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:16,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,199 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:58:16,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,205 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:58:16,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:16,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:58:16,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:16,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:16,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:16,223 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:58:16,227 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:58:16,227 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:16,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:58:16,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 16:58:16,235 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:58:16,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:16,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:16,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:16,242 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:58:16,246 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:58:16,246 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:16,246 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 16:58:16,246 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 16:58:16,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:16,250 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:58:16,253 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:58:16,254 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:16,257 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4 ' '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25 ' '/dev/test_vg1/lv1_snapset1', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265728532'} ; 2024-03-01 16:58:16,257 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:58:16,258 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:16,261 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:16,261 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:16,261 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:16,261 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:16,264 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:16,265 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:16,265 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:16,265 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:16,268 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:16,268 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:16,268 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:16,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 16:58:16,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,279 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:16,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,280 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:16,276 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4f87f0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:16,281 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:16,284 INFO program/MainThread: stdout[19]: LVM 2024-03-01 16:58:16,284 INFO program/MainThread: stderr[19]: 2024-03-01 16:58:16,284 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:16,288 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:58:16,292 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,293 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:58:16,296 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,296 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:58:16,300 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,300 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:58:16,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,304 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:16,304 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 16:58:16,307 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,307 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:58:16,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:16,311 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 16:58:16,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:16,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:16,331 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:16,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:16,335 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:16,338 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:58:16,339 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:58:16,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:58:16,343 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 16:58:16,346 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:16,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:58:16,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:16,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:16,353 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:16,357 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:58:16,357 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:58:16,358 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 16:58:16,358 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 16:58:16,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:16,361 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:16,364 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:58:16,365 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:58:16,369 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259048719'} ; 2024-03-01 16:58:16,369 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:16,369 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,372 INFO program/MainThread: stdout[20]: LVM 2024-03-01 16:58:16,372 INFO program/MainThread: stderr[20]: 2024-03-01 16:58:16,372 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:16,372 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,375 INFO program/MainThread: stdout[21]: LVM 2024-03-01 16:58:16,375 INFO program/MainThread: stderr[21]: 2024-03-01 16:58:16,376 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:16,376 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,379 INFO program/MainThread: stdout[22]: LVM 2024-03-01 16:58:16,379 INFO program/MainThread: stderr[22]: 2024-03-01 16:58:16,379 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:16,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 16:58:16,389 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,390 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:58:16,391 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,392 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:58:16,387 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c5169b0) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:16,392 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,395 INFO program/MainThread: stdout[23]: LVM 2024-03-01 16:58:16,396 INFO program/MainThread: stderr[23]: 2024-03-01 16:58:16,396 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:16,400 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:16,403 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,404 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 16:58:16,407 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,407 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 16:58:16,411 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,411 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 16:58:16,415 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,415 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 16:58:16,415 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:58:16,418 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,419 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:58:16,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:16,422 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,429 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 16:58:16,429 INFO program/MainThread: Running [24] lvm lvs --noheadings -o origin test_vg1/lv2_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,457 INFO program/MainThread: stdout[24]: lv2 2024-03-01 16:58:16,457 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:16,457 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:16,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,465 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:58:16,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,471 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:58:16,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:58:16,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:58:16,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:58:16,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:16,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:16,490 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:58:16,493 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:58:16,494 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:16,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:58:16,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 16:58:16,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:58:16,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:58:16,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:16,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:16,509 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:58:16,512 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:58:16,513 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:16,513 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 16:58:16,513 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 16:58:16,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:16,517 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:58:16,520 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:58:16,521 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:16,524 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266010279'} ; 2024-03-01 16:58:16,524 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:58:16,525 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:16,528 INFO program/MainThread: stdout[25]: LVM 2024-03-01 16:58:16,529 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:16,529 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:16,529 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:16,532 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:58:16,532 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:16,532 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:16,532 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:16,535 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:58:16,535 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:16,535 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:16,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 16:58:16,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,547 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:16,548 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,549 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:16,543 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4a6470) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:16,550 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:16,553 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:58:16,553 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:16,553 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:16,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:58:16,561 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,561 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 16:58:16,565 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,565 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 16:58:16,568 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,568 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:58:16,572 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,572 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 16:58:16,572 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 16:58:16,576 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,576 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 16:58:16,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:16,580 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,580 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:16,583 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/lvm-pv-uuid-Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH', 'ID_FS_UUID_ENC': 'Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH', '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': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk3', 'SCSI_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:48', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:48.service', 'SYS_NAME': 'sdd', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749990136'} ; 2024-03-01 16:58:16,584 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:16,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,595 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:16,595 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:16,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 16:58:16,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 16:58:16,599 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:16,602 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:16,602 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:16,605 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:16,606 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:16,606 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 16:58:16,606 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4aa128) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:58:16,610 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:16,613 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,613 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 16:58:16,617 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,617 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 16:58:16,620 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 16:58:16,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,624 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 16:58:16,626 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:58:16,627 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:16,627 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,655 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:16,655 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN. WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:16,655 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:16,655 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:58:16,659 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH ; label: None ; device: /dev/sdd ; serial: 3600140504dc346815094193a7f8390df ; exists: True ; vg_name: test_vg2 ; vg_uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:58:16,660 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 16:58:16,663 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:16,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,676 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,703 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:16,704 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN. WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:16,704 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:16,704 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:16,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 16:58:16,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:16,714 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:16,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:58:16,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:16,717 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,747 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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:58:16,747 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN. WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:16,747 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:16,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:58:16,752 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 16:58:16,755 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:58:16,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:58:16,762 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:16,762 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:16,766 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN ' '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN', 'ID_FS_UUID_ENC': '2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN', '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': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk4', 'SCSI_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:64', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:64.service', 'SYS_NAME': 'sde', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750047935'} ; 2024-03-01 16:58:16,766 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:16,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,777 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:16,778 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:16,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 16:58:16,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 16:58:16,781 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:16,784 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:16,784 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:16,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:16,788 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:16,788 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 16:58:16,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4aaf98) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:58:16,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:16,804 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,804 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 16:58:16,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 16:58:16,811 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,811 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 16:58:16,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,814 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 16:58:16,817 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:58:16,817 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:16,817 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,849 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:16,849 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:16,849 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:16,849 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:58:16,853 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN ; label: None ; device: /dev/sde ; serial: 360014050cc6180e348a4bf1b5576d177 ; exists: True ; vg_name: test_vg2 ; vg_uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:16,854 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 16:58:16,857 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:16,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:58:16,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:16,870 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:16,873 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:58:16,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:16,880 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,910 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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:58:16,910 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:16,910 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:16,910 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:16,911 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:16,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI', 'ID_FS_UUID_ENC': 'Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI', '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': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk5', 'SCSI_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:80', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:80.service', 'SYS_NAME': 'sdf', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750097358'} ; 2024-03-01 16:58:16,915 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:16,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:16,928 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:16,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:16,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:58:16,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:16,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:16,934 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:16,938 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:16,938 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:16,939 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 16:58:16,939 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c57e390) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:58:16,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:16,946 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,946 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 16:58:16,949 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,949 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 16:58:16,953 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,953 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:58:16,956 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,956 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 16:58:16,959 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:58:16,959 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:16,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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:16,989 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:16,989 INFO program/MainThread: stderr[34]: 2024-03-01 16:58:16,989 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:16,989 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:58:16,993 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI ; label: None ; device: /dev/sdf ; serial: 36001405d9def9968aac443fb58f50792 ; exists: True ; vg_name: test_vg2 ; vg_uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:16,994 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 16:58:16,997 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:17,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:17,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:17,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:17,011 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:17,013 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:58:17,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:17,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:17,020 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,051 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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:58:17,051 INFO program/MainThread: stderr[35]: 2024-03-01 16:58:17,051 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:17,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:17,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 16:58:17,069 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:17,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:58:17,073 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:17,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:17,077 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:17,081 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:58:17,081 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:17,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 16:58:17,085 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:17,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:17,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:58:17,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:17,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:17,096 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:17,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:17,100 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:17,100 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:17,100 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 16:58:17,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:17,103 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:17,107 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:58:17,107 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:17,111 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1258239292'} ; 2024-03-01 16:58:17,111 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:17,111 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:17,115 INFO program/MainThread: stdout[36]: LVM 2024-03-01 16:58:17,115 INFO program/MainThread: stderr[36]: 2024-03-01 16:58:17,115 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:17,115 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:17,118 INFO program/MainThread: stdout[37]: LVM 2024-03-01 16:58:17,118 INFO program/MainThread: stderr[37]: 2024-03-01 16:58:17,118 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:17,118 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:17,121 INFO program/MainThread: stdout[38]: LVM 2024-03-01 16:58:17,121 INFO program/MainThread: stderr[38]: 2024-03-01 16:58:17,122 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:17,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 16:58:17,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,133 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:17,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,134 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:17,130 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4a6a90) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:17,135 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:17,138 INFO program/MainThread: stdout[39]: LVM 2024-03-01 16:58:17,138 INFO program/MainThread: stderr[39]: 2024-03-01 16:58:17,138 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:17,142 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:17,146 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,146 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 16:58:17,150 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,150 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 16:58:17,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 16:58:17,158 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,158 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 16:58:17,158 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:58:17,161 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:17,161 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 16:58:17,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:17,165 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:17,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,172 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 16:58:17,172 INFO program/MainThread: Running [40] lvm lvs --noheadings -o origin test_vg2/lv3_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,200 INFO program/MainThread: stdout[40]: lv3 2024-03-01 16:58:17,200 INFO program/MainThread: stderr[40]: 2024-03-01 16:58:17,200 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:17,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,208 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:58:17,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,214 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:58:17,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:17,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:58:17,225 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:58:17,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 16:58:17,228 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:17,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:17,232 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:58:17,236 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:58:17,237 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:17,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:58:17,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 16:58:17,244 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:58:17,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 16:58:17,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:17,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:17,251 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:58:17,255 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:58:17,255 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:17,255 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 16:58:17,256 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 16:58:17,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:17,259 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:58:17,262 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:58:17,263 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:17,267 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/mapper/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', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265139210'} ; 2024-03-01 16:58:17,267 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:58:17,267 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:17,271 INFO program/MainThread: stdout[41]: LVM 2024-03-01 16:58:17,271 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:17,271 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:17,271 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:17,274 INFO program/MainThread: stdout[42]: LVM 2024-03-01 16:58:17,274 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:17,274 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:17,274 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:17,277 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:58:17,277 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:17,277 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:17,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 16:58:17,289 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,290 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:17,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,291 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:17,286 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c516828) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:17,291 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:17,294 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:58:17,295 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:17,295 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:17,299 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:58:17,302 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,303 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 16:58:17,306 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,306 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 16:58:17,310 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,310 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:58:17,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,314 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 16:58:17,314 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 16:58:17,317 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:17,317 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 16:58:17,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:17,321 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:17,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:17,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:58:17,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:17,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:58:17,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:17,345 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:17,345 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:17,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:17,350 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:58:17,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 16:58:17,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 16:58:17,357 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:17,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 16:58:17,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:17,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:17,364 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:17,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:58:17,368 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:58:17,368 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 16:58:17,368 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 16:58:17,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:17,372 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:17,375 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:58:17,376 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:58:17,379 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257950365'} ; 2024-03-01 16:58:17,379 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:17,380 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:17,383 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:58:17,383 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:17,383 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:17,383 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:17,386 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:58:17,386 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:17,386 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:17,386 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:17,389 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:58:17,389 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:17,390 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:17,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 16:58:17,401 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,402 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:58:17,402 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,403 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:58:17,398 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4ebcf8) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:17,404 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:17,407 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:58:17,407 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:17,407 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:17,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:17,415 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,415 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 16:58:17,419 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,419 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 16:58:17,423 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,423 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 16:58:17,426 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,426 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 16:58:17,427 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:58:17,430 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:17,430 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 16:58:17,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:17,434 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:17,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,441 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 16:58:17,441 INFO program/MainThread: Running [49] lvm lvs --noheadings -o origin test_vg2/lv4_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,470 INFO program/MainThread: stdout[49]: lv4 2024-03-01 16:58:17,470 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:17,470 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:17,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,478 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:58:17,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,485 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:58:17,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:17,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 16:58:17,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:58:17,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 16:58:17,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:17,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:17,504 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:58:17,507 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:58:17,508 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:17,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 16:58:17,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 16:58:17,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:58:17,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:58:17,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:17,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:17,522 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:58:17,526 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:58:17,527 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:17,527 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 16:58:17,527 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 16:58:17,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:17,530 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:58:17,534 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:58:17,534 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:17,538 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265442368'} ; 2024-03-01 16:58:17,538 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:58:17,538 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:17,542 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:58:17,542 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:17,542 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:17,542 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:17,545 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:58:17,546 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:17,546 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:17,546 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:17,549 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:58:17,549 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:17,549 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:17,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 16:58:17,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,562 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:17,562 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:17,563 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:17,558 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4eb3c8) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:17,564 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:17,567 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:58:17,567 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:17,568 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:17,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:58:17,575 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,576 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 16:58:17,579 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,579 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 16:58:17,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 16:58:17,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 16:58:17,587 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 16:58:17,590 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:17,591 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 16:58:17,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:17,594 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:17,595 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:17,598 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/lvm-pv-uuid-Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY', 'ID_FS_UUID_ENC': 'Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY', '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': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk6', 'SCSI_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:96', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:96.service', 'SYS_NAME': 'sdg', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750228603'} ; 2024-03-01 16:58:17,598 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:17,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,610 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:17,610 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:17,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 16:58:17,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:58:17,614 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:17,617 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:17,617 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:17,621 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:17,621 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:17,621 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 16:58:17,621 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4aaa58) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:58:17,625 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:17,629 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,629 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 16:58:17,632 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,632 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 16:58:17,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 16:58:17,639 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,639 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 16:58:17,642 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:58:17,642 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:17,642 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,673 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:17,673 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL. WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:17,673 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:58:17,673 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:58:17,677 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY ; label: None ; device: /dev/sdg ; serial: 3600140546b6cdbbea2449a09c51b9234 ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; 2024-03-01 16:58:17,678 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 16:58:17,681 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:17,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:17,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:17,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,694 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,724 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:17,724 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL. WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:17,724 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:58:17,724 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:17,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 16:58:17,729 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:17,733 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:17,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:58:17,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:17,737 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,769 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:17,769 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL. WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:17,769 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:58:17,774 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:58:17,774 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 16:58:17,777 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:58:17,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:17,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:58:17,784 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:17,784 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:17,787 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/lvm-pv-uuid-53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL', 'ID_FS_UUID_ENC': '53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL', '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': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk7', 'SCSI_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:112', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:112.service', 'SYS_NAME': 'sdh', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750185439'} ; 2024-03-01 16:58:17,788 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:17,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,799 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:17,800 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:17,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:58:17,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 16:58:17,803 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:17,807 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:17,807 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:17,810 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:17,811 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:17,811 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 16:58:17,811 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4bb240) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:58:17,815 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:17,818 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,818 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 16:58:17,822 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,822 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 16:58:17,825 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,825 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 16:58:17,829 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,829 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 16:58:17,832 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:58:17,832 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:17,832 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,863 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:17,863 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:17,863 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:58:17,863 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:58:17,867 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL ; label: None ; device: /dev/sdh ; serial: 36001405726bca06b4aa41f8a8297bca3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; 2024-03-01 16:58:17,868 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 16:58:17,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:17,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:17,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:58:17,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:17,884 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:17,887 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:58:17,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:17,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:17,894 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:17,926 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:17,926 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:17,926 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:58:17,927 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:17,927 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:17,931 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/lvm-pv-uuid-fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS', 'ID_FS_UUID_ENC': 'fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS', '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': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk8', 'SCSI_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:128', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:128.service', 'SYS_NAME': 'sdi', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750336978'} ; 2024-03-01 16:58:17,932 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:17,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,944 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:17,944 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:17,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 16:58:17,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 16:58:17,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:17,951 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:17,951 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:17,955 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:17,955 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:17,955 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 16:58:17,955 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4bbb00) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:58:17,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:17,963 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:17,963 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 16:58:17,966 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:17,966 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 16:58:17,970 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,970 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 16:58:17,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:17,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 16:58:17,976 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:58:17,976 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:17,976 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,008 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:18,008 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (last written to /dev/sdj). 2024-03-01 16:58:18,008 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:58:18,008 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:58:18,012 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS ; label: None ; device: /dev/sdi ; serial: 3600140512cdbd95c2724cd999f9be38b ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 16:58:18,013 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 16:58:18,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:18,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:18,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:18,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:18,029 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:18,033 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:58:18,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:18,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:18,039 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,070 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:18,071 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (last written to /dev/sdj). 2024-03-01 16:58:18,071 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:58:18,071 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:18,071 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:18,076 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/lvm-pv-uuid-ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn', 'ID_FS_UUID_ENC': 'ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn', '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': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk9', 'SCSI_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:144', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:144.service', 'SYS_NAME': 'sdj', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750506513'} ; 2024-03-01 16:58:18,076 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:18,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,088 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:18,089 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:18,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:58:18,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 16:58:18,092 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:18,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:18,096 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:18,099 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:18,100 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:18,100 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 16:58:18,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4c0a90) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:58:18,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:18,107 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:18,107 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 16:58:18,110 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:18,111 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 16:58:18,114 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,114 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:58:18,118 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,118 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 16:58:18,121 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:58:18,121 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:18,121 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,151 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:18,151 INFO program/MainThread: stderr[61]: 2024-03-01 16:58:18,151 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:58:18,152 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:58:18,156 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn ; label: None ; device: /dev/sdj ; serial: 36001405d878c7f595e847e8b6707e169 ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:18,156 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 16:58:18,159 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:18,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:18,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:18,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:18,173 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:18,176 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:58:18,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:18,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:18,183 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,216 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:18,216 INFO program/MainThread: stderr[62]: 2024-03-01 16:58:18,216 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:58:18,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:18,232 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 16:58:18,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:18,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:58:18,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:18,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:18,243 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:18,247 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:58:18,247 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 16:58:18,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:18,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:18,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 16:58:18,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:18,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:18,262 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:18,265 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:58:18,266 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,266 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 16:58:18,266 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 16:58:18,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:18,270 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:18,273 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:58:18,273 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,277 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1 ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257087642'} ; 2024-03-01 16:58:18,277 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:18,277 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:18,281 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:58:18,281 INFO program/MainThread: stderr[63]: 2024-03-01 16:58:18,281 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:58:18,281 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:18,284 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:58:18,285 INFO program/MainThread: stderr[64]: 2024-03-01 16:58:18,285 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:58:18,285 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:18,288 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:58:18,288 INFO program/MainThread: stderr[65]: 2024-03-01 16:58:18,288 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:58:18,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 16:58:18,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,300 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:18,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,301 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:18,297 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4bba58) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:18,302 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:18,305 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:58:18,305 INFO program/MainThread: stderr[66]: 2024-03-01 16:58:18,305 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:58:18,309 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:18,313 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:18,313 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 16:58:18,317 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:18,317 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 16:58:18,321 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 16:58:18,325 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,325 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 16:58:18,325 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:58:18,329 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:18,329 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 16:58:18,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:18,332 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:18,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,339 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 16:58:18,340 INFO program/MainThread: Running [67] lvm lvs --noheadings -o origin test_vg3/lv5_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,367 INFO program/MainThread: stdout[67]: lv5 2024-03-01 16:58:18,367 INFO program/MainThread: stderr[67]: 2024-03-01 16:58:18,367 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:58:18,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,375 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:58:18,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,382 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:58:18,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:18,389 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 16:58:18,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:58:18,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 16:58:18,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:18,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:18,401 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:58:18,404 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:58:18,405 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 16:58:18,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 16:58:18,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:58:18,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 16:58:18,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:18,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:18,419 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:58:18,423 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:58:18,423 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,424 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 16:58:18,424 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 16:58:18,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:18,427 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:58:18,431 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:58:18,431 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,435 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/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/ca99d285-bb59-471d-ae68-3a62181ceed1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263881138'} ; 2024-03-01 16:58:18,435 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:58:18,435 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:18,439 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:58:18,439 INFO program/MainThread: stderr[68]: 2024-03-01 16:58:18,439 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:58:18,439 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:18,442 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:58:18,442 INFO program/MainThread: stderr[69]: 2024-03-01 16:58:18,442 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:58:18,442 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:18,445 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:58:18,446 INFO program/MainThread: stderr[70]: 2024-03-01 16:58:18,446 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:58:18,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 16:58:18,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,458 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:18,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,460 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:18,455 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4c0978) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:18,460 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:18,463 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:58:18,464 INFO program/MainThread: stderr[71]: 2024-03-01 16:58:18,464 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:58:18,468 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:58:18,472 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:18,472 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 16:58:18,475 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:18,475 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 16:58:18,479 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,479 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 16:58:18,483 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,483 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 16:58:18,483 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 16:58:18,486 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:18,487 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 16:58:18,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:18,490 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:18,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:18,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 16:58:18,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:18,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 16:58:18,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:18,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:18,515 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:18,519 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:58:18,519 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 16:58:18,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:58:18,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:18,527 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:58:18,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:18,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:18,534 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:18,537 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:58:18,538 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,538 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 16:58:18,538 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 16:58:18,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:18,541 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:18,545 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:58:18,545 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,549 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud ' '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256778364'} ; 2024-03-01 16:58:18,549 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:18,549 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:18,553 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:58:18,553 INFO program/MainThread: stderr[72]: 2024-03-01 16:58:18,553 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:58:18,553 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:18,556 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:58:18,556 INFO program/MainThread: stderr[73]: 2024-03-01 16:58:18,556 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:58:18,556 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:18,559 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:58:18,559 INFO program/MainThread: stderr[74]: 2024-03-01 16:58:18,560 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:58:18,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 16:58:18,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,573 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:58:18,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,575 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:58:18,569 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4cb358) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:18,575 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:18,578 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:58:18,578 INFO program/MainThread: stderr[75]: 2024-03-01 16:58:18,579 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:58:18,583 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:18,586 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:18,587 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 16:58:18,590 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:18,590 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 16:58:18,594 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,594 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 16:58:18,598 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,598 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 16:58:18,598 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:58:18,601 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:18,601 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 16:58:18,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:18,605 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:18,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,612 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 16:58:18,613 INFO program/MainThread: Running [76] lvm lvs --noheadings -o origin test_vg3/lv6_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,641 INFO program/MainThread: stdout[76]: lv6 2024-03-01 16:58:18,641 INFO program/MainThread: stderr[76]: 2024-03-01 16:58:18,641 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:58:18,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,649 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:58:18,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,657 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:58:18,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:18,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 16:58:18,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:58:18,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 16:58:18,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:18,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:18,675 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:58:18,679 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:58:18,679 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 16:58:18,683 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 16:58:18,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:58:18,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:58:18,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:18,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:18,694 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:58:18,698 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:58:18,698 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,698 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 16:58:18,699 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 16:58:18,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:18,702 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:58:18,705 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:58:18,706 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,710 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261 ' '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG ' '/dev/mapper/test_vg3-lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264206003'} ; 2024-03-01 16:58:18,710 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:58:18,710 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:18,714 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:58:18,714 INFO program/MainThread: stderr[77]: 2024-03-01 16:58:18,714 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:58:18,714 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:18,717 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:58:18,717 INFO program/MainThread: stderr[78]: 2024-03-01 16:58:18,717 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:58:18,717 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:18,720 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:58:18,720 INFO program/MainThread: stderr[79]: 2024-03-01 16:58:18,720 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:58:18,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 16:58:18,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,734 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:18,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,736 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:18,730 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4d6b70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:18,737 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:18,740 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:58:18,740 INFO program/MainThread: stderr[80]: 2024-03-01 16:58:18,740 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:58:18,744 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:58:18,748 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:18,748 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 16:58:18,752 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:18,752 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 16:58:18,756 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,756 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 16:58:18,759 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,759 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 16:58:18,760 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 16:58:18,763 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:18,763 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 16:58:18,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:18,767 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:18,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:18,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 16:58:18,784 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:58:18,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:58:18,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:18,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:18,792 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:18,795 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:58:18,796 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 16:58:18,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 16:58:18,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:58:18,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:58:18,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:18,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:18,811 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:18,814 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:58:18,815 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,815 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:18,815 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 16:58:18,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:18,819 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:18,822 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:58:18,822 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:18,826 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256473237'} ; 2024-03-01 16:58:18,826 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:18,827 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:18,830 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:58:18,831 INFO program/MainThread: stderr[81]: 2024-03-01 16:58:18,831 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:58:18,831 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:18,834 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:58:18,834 INFO program/MainThread: stderr[82]: 2024-03-01 16:58:18,834 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:58:18,834 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:18,837 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:58:18,837 INFO program/MainThread: stderr[83]: 2024-03-01 16:58:18,837 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:58:18,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 16:58:18,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,852 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:58:18,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:18,853 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:58:18,847 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c49c518) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:18,854 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:18,857 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:58:18,858 INFO program/MainThread: stderr[84]: 2024-03-01 16:58:18,858 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:58:18,862 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:18,866 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:18,866 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 16:58:18,869 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:18,869 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 16:58:18,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 16:58:18,877 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:18,877 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 16:58:18,877 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:58:18,881 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:18,881 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 16:58:18,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:18,884 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:18,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:18,892 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 16:58:18,892 INFO program/MainThread: Running [85] lvm lvs --noheadings -o origin test_vg3/lv7_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:18,925 INFO program/MainThread: stdout[85]: lv7 2024-03-01 16:58:18,925 INFO program/MainThread: stderr[85]: 2024-03-01 16:58:18,925 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:58:18,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,933 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:58:18,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,941 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:58:18,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:18,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:18,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 16:58:18,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:58:18,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:58:18,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:18,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:18,960 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:58:18,964 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:58:18,964 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 16:58:18,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 16:58:18,972 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:58:18,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 16:58:18,975 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:18,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:18,979 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:58:18,982 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:58:18,983 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,983 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 16:58:18,983 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 16:58:18,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:18,987 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:58:18,990 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:58:18,991 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:18,995 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/mapper/test_vg3-lv7_snapset1 /dev/test_vg3/lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264517828'} ; 2024-03-01 16:58:18,995 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:58:18,995 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:18,999 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:58:18,999 INFO program/MainThread: stderr[86]: 2024-03-01 16:58:18,999 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:58:18,999 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:19,002 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:58:19,002 INFO program/MainThread: stderr[87]: 2024-03-01 16:58:19,002 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:58:19,002 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:19,005 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:58:19,006 INFO program/MainThread: stderr[88]: 2024-03-01 16:58:19,006 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:58:19,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 16:58:19,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:19,020 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:19,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:19,022 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:19,015 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c465da0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:19,023 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:19,026 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:58:19,026 INFO program/MainThread: stderr[89]: 2024-03-01 16:58:19,027 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:58:19,031 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:58:19,034 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:19,035 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 16:58:19,038 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:19,038 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 16:58:19,042 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,042 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 16:58:19,046 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,046 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 16:58:19,046 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 16:58:19,049 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:19,050 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 16:58:19,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:19,053 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:19,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:19,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:19,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 16:58:19,071 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:58:19,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 16:58:19,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:19,078 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:19,078 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:19,082 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:58:19,082 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:19,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 16:58:19,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 16:58:19,090 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:58:19,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 16:58:19,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:19,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:19,098 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:19,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:19,101 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:19,102 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:19,102 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 16:58:19,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:19,105 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:19,109 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:58:19,109 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:19,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256154384'} ; 2024-03-01 16:58:19,113 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:19,113 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:19,116 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:58:19,116 INFO program/MainThread: stderr[90]: 2024-03-01 16:58:19,116 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:58:19,117 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:19,119 INFO program/MainThread: stdout[91]: LVM 2024-03-01 16:58:19,120 INFO program/MainThread: stderr[91]: 2024-03-01 16:58:19,120 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:58:19,120 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:19,123 INFO program/MainThread: stdout[92]: LVM 2024-03-01 16:58:19,123 INFO program/MainThread: stderr[92]: 2024-03-01 16:58:19,123 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:58:19,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 16:58:19,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:19,138 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:58:19,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:19,140 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:58:19,133 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4d63c8) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:19,141 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:19,144 INFO program/MainThread: stdout[93]: LVM 2024-03-01 16:58:19,144 INFO program/MainThread: stderr[93]: 2024-03-01 16:58:19,144 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:58:19,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:19,152 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:19,153 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 16:58:19,156 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:19,157 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 16:58:19,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 16:58:19,164 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,164 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 16:58:19,164 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:58:19,168 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:19,168 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 16:58:19,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:19,171 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:19,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:19,179 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 16:58:19,179 INFO program/MainThread: Running [94] lvm lvs --noheadings -o origin test_vg3/lv8_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:19,208 INFO program/MainThread: stdout[94]: lv8 2024-03-01 16:58:19,208 INFO program/MainThread: stderr[94]: 2024-03-01 16:58:19,208 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:58:19,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,216 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:58:19,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,224 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:58:19,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:19,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 16:58:19,235 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:58:19,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 16:58:19,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:19,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:19,242 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:58:19,246 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:58:19,247 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:19,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 16:58:19,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 16:58:19,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:58:19,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 16:58:19,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:19,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:19,262 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:58:19,265 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:58:19,266 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:19,266 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 16:58:19,266 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 16:58:19,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:19,270 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:58:19,273 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:58:19,274 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:19,277 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1 ' '/dev/test_vg3/lv8_snapset1 /dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264821565'} ; 2024-03-01 16:58:19,277 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:58:19,278 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:19,281 INFO program/MainThread: stdout[95]: LVM 2024-03-01 16:58:19,281 INFO program/MainThread: stderr[95]: 2024-03-01 16:58:19,281 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:58:19,282 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:19,284 INFO program/MainThread: stdout[96]: LVM 2024-03-01 16:58:19,285 INFO program/MainThread: stderr[96]: 2024-03-01 16:58:19,285 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:58:19,285 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:19,288 INFO program/MainThread: stdout[97]: LVM 2024-03-01 16:58:19,288 INFO program/MainThread: stderr[97]: 2024-03-01 16:58:19,288 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:58:19,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 16:58:19,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:19,303 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:19,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:19,305 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:19,298 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4cb160) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:19,307 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:19,310 INFO program/MainThread: stdout[98]: LVM 2024-03-01 16:58:19,310 INFO program/MainThread: stderr[98]: 2024-03-01 16:58:19,310 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:58:19,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:58:19,318 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:19,318 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 16:58:19,321 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:19,322 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 16:58:19,325 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,325 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 16:58:19,329 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,329 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 16:58:19,329 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 16:58:19,333 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:19,333 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 16:58:19,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:19,336 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:19,337 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:19,340 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:58:19,340 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:19,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:19,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:19,353 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:19,353 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:19,353 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:19,353 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:19,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 16:58:19,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 16:58:19,357 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:19,360 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:19,361 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:19,364 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:19,364 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:19,365 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 16:58:19,365 INFO blivet/MainThread: got device: DiskDevice instance (0x7f525c4d7eb8) -- 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:58:19,368 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:19,371 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:19,372 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 16:58:19,375 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:19,375 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 16:58:19,378 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 16:58:19,382 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:19,382 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 16:58:19,385 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:19,388 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:19,391 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:19,398 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 0x7f525ce56088> 2024-03-01 16:58:22,353 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 16:58:22,358 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:22,358 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:22,362 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:58:22,362 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:22,362 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:22,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,375 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:22,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,382 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:22,394 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:22,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 16:58:22,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 16:58:22,430 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:22,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 16:58:22,433 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:22,436 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:22,437 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:22,440 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:22,440 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:22,440 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:22,444 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:22,447 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:22,450 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:22,454 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:22,457 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:22,457 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:22,457 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 16:58:22,458 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:22,457 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f525c4d7da0) -- name = xvda1 status = True id = 342 children = [] parents = ['existing 250 GiB disk xvda (332) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f525c475e08> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:22,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:22,465 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,465 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 16:58:22,469 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,469 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 16:58:22,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 16:58:22,476 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,476 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 16:58:22,476 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:22,479 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:22,479 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 16:58:22,482 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:22,482 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:22,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa ' '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256154384'} ; 2024-03-01 16:58:22,486 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:22,486 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,490 INFO program/MainThread: stdout[99]: LVM 2024-03-01 16:58:22,490 INFO program/MainThread: stderr[99]: 2024-03-01 16:58:22,490 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:58:22,490 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,493 INFO program/MainThread: stdout[100]: LVM 2024-03-01 16:58:22,493 INFO program/MainThread: stderr[100]: 2024-03-01 16:58:22,493 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:58:22,493 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,496 INFO program/MainThread: stdout[101]: LVM 2024-03-01 16:58:22,496 INFO program/MainThread: stderr[101]: 2024-03-01 16:58:22,497 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:58:22,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,506 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:58:22,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,512 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,514 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,506 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4d63c8) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:22,515 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,518 INFO program/MainThread: stdout[102]: LVM 2024-03-01 16:58:22,518 INFO program/MainThread: stderr[102]: 2024-03-01 16:58:22,518 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:58:22,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:22,522 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:58:22,526 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256473237'} ; 2024-03-01 16:58:22,526 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:22,526 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,529 INFO program/MainThread: stdout[103]: LVM 2024-03-01 16:58:22,529 INFO program/MainThread: stderr[103]: 2024-03-01 16:58:22,529 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:58:22,529 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,532 INFO program/MainThread: stdout[104]: LVM 2024-03-01 16:58:22,532 INFO program/MainThread: stderr[104]: 2024-03-01 16:58:22,533 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:58:22,533 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,536 INFO program/MainThread: stdout[105]: LVM 2024-03-01 16:58:22,536 INFO program/MainThread: stderr[105]: 2024-03-01 16:58:22,536 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:58:22,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,545 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:58:22,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,551 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,553 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,545 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c49c518) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:22,554 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,557 INFO program/MainThread: stdout[106]: LVM 2024-03-01 16:58:22,557 INFO program/MainThread: stderr[106]: 2024-03-01 16:58:22,557 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:58:22,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:22,561 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:58:22,565 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM ' '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263881138'} ; 2024-03-01 16:58:22,565 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:58:22,565 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:22,568 INFO program/MainThread: stdout[107]: LVM 2024-03-01 16:58:22,568 INFO program/MainThread: stderr[107]: 2024-03-01 16:58:22,568 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:58:22,568 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:22,571 INFO program/MainThread: stdout[108]: LVM 2024-03-01 16:58:22,571 INFO program/MainThread: stderr[108]: 2024-03-01 16:58:22,572 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:58:22,572 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:22,575 INFO program/MainThread: stdout[109]: LVM 2024-03-01 16:58:22,575 INFO program/MainThread: stderr[109]: 2024-03-01 16:58:22,575 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:58:22,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,584 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:58:22,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,589 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,592 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,584 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4c0978) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:22,593 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:22,596 INFO program/MainThread: stdout[110]: LVM 2024-03-01 16:58:22,596 INFO program/MainThread: stderr[110]: 2024-03-01 16:58:22,596 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:58:22,600 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:58:22,600 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 16:58:22,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6-real', 'DEVNAME': '/dev/dm-11', 'DEVPATH': '/devices/virtual/block/dm-11', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '11', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-11', 'SYS_PATH': '/sys/devices/virtual/block/dm-11', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264196396'} ; 2024-03-01 16:58:22,603 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 16:58:22,604 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:22,607 INFO program/MainThread: stdout[111]: LVM 2024-03-01 16:58:22,607 INFO program/MainThread: stderr[111]: 2024-03-01 16:58:22,607 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:58:22,607 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:22,610 INFO program/MainThread: stdout[112]: LVM 2024-03-01 16:58:22,610 INFO program/MainThread: stderr[112]: 2024-03-01 16:58:22,610 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:58:22,610 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:22,613 INFO program/MainThread: stdout[113]: LVM 2024-03-01 16:58:22,613 INFO program/MainThread: stderr[113]: 2024-03-01 16:58:22,614 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:58:22,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,624 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:22,627 INFO program/MainThread: stdout[114]: LVM 2024-03-01 16:58:22,627 INFO program/MainThread: stderr[114]: 2024-03-01 16:58:22,627 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:58:22,627 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:22,630 INFO program/MainThread: stdout[115]: LVM 2024-03-01 16:58:22,630 INFO program/MainThread: stderr[115]: 2024-03-01 16:58:22,630 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:58:22,631 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:22,634 INFO program/MainThread: stdout[116]: LVM 2024-03-01 16:58:22,634 INFO program/MainThread: stderr[116]: 2024-03-01 16:58:22,634 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:58:22,638 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 16:58:22,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:22,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:22,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,667 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 16:58:22,670 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1-cow', 'DEVNAME': '/dev/dm-12', 'DEVPATH': '/devices/virtual/block/dm-12', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '12', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-12', 'SYS_PATH': '/sys/devices/virtual/block/dm-12', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264202106'} ; 2024-03-01 16:58:22,670 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 16:58:22,671 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:22,674 INFO program/MainThread: stdout[117]: LVM 2024-03-01 16:58:22,674 INFO program/MainThread: stderr[117]: 2024-03-01 16:58:22,674 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:58:22,674 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:22,677 INFO program/MainThread: stdout[118]: LVM 2024-03-01 16:58:22,677 INFO program/MainThread: stderr[118]: 2024-03-01 16:58:22,677 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:58:22,677 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:22,680 INFO program/MainThread: stdout[119]: LVM 2024-03-01 16:58:22,681 INFO program/MainThread: stderr[119]: 2024-03-01 16:58:22,681 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:58:22,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,691 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:22,694 INFO program/MainThread: stdout[120]: LVM 2024-03-01 16:58:22,694 INFO program/MainThread: stderr[120]: 2024-03-01 16:58:22,694 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:58:22,694 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:22,697 INFO program/MainThread: stdout[121]: LVM 2024-03-01 16:58:22,698 INFO program/MainThread: stderr[121]: 2024-03-01 16:58:22,698 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:58:22,698 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:22,701 INFO program/MainThread: stdout[122]: LVM 2024-03-01 16:58:22,701 INFO program/MainThread: stderr[122]: 2024-03-01 16:58:22,701 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:58:22,705 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 16:58:22,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:22,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:22,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:22,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,741 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 16:58:22,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG ' '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261 ' '/dev/mapper/test_vg3-lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264206003'} ; 2024-03-01 16:58:22,744 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:58:22,745 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:22,748 INFO program/MainThread: stdout[123]: LVM 2024-03-01 16:58:22,748 INFO program/MainThread: stderr[123]: 2024-03-01 16:58:22,748 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:58:22,748 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:22,751 INFO program/MainThread: stdout[124]: LVM 2024-03-01 16:58:22,751 INFO program/MainThread: stderr[124]: 2024-03-01 16:58:22,751 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:58:22,751 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:22,754 INFO program/MainThread: stdout[125]: LVM 2024-03-01 16:58:22,755 INFO program/MainThread: stderr[125]: 2024-03-01 16:58:22,755 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:58:22,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,764 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:58:22,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,769 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,772 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,764 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4d6b70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:22,773 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:22,776 INFO program/MainThread: stdout[126]: LVM 2024-03-01 16:58:22,776 INFO program/MainThread: stderr[126]: 2024-03-01 16:58:22,776 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:58:22,780 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:58:22,780 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 16:58:22,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7-real', 'DEVNAME': '/dev/dm-14', 'DEVPATH': '/devices/virtual/block/dm-14', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '14', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-14', 'SYS_PATH': '/sys/devices/virtual/block/dm-14', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264504753'} ; 2024-03-01 16:58:22,783 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 16:58:22,784 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:22,787 INFO program/MainThread: stdout[127]: LVM 2024-03-01 16:58:22,787 INFO program/MainThread: stderr[127]: 2024-03-01 16:58:22,787 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:58:22,787 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:22,790 INFO program/MainThread: stdout[128]: LVM 2024-03-01 16:58:22,790 INFO program/MainThread: stderr[128]: 2024-03-01 16:58:22,790 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:58:22,790 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:22,793 INFO program/MainThread: stdout[129]: LVM 2024-03-01 16:58:22,793 INFO program/MainThread: stderr[129]: 2024-03-01 16:58:22,794 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:58:22,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,804 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:22,807 INFO program/MainThread: stdout[130]: LVM 2024-03-01 16:58:22,807 INFO program/MainThread: stderr[130]: 2024-03-01 16:58:22,807 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:58:22,807 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:22,810 INFO program/MainThread: stdout[131]: LVM 2024-03-01 16:58:22,810 INFO program/MainThread: stderr[131]: 2024-03-01 16:58:22,810 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:58:22,811 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:22,814 INFO program/MainThread: stdout[132]: LVM 2024-03-01 16:58:22,814 INFO program/MainThread: stderr[132]: 2024-03-01 16:58:22,814 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:58:22,818 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 16:58:22,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:22,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:22,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,846 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 16:58:22,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7_snapset1-cow', 'DEVNAME': '/dev/dm-15', 'DEVPATH': '/devices/virtual/block/dm-15', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '15', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-15', 'SYS_PATH': '/sys/devices/virtual/block/dm-15', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264511395'} ; 2024-03-01 16:58:22,850 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 16:58:22,850 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:22,853 INFO program/MainThread: stdout[133]: LVM 2024-03-01 16:58:22,853 INFO program/MainThread: stderr[133]: 2024-03-01 16:58:22,853 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:58:22,853 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:22,856 INFO program/MainThread: stdout[134]: LVM 2024-03-01 16:58:22,857 INFO program/MainThread: stderr[134]: 2024-03-01 16:58:22,857 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:58:22,857 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:22,860 INFO program/MainThread: stdout[135]: LVM 2024-03-01 16:58:22,860 INFO program/MainThread: stderr[135]: 2024-03-01 16:58:22,860 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:58:22,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,870 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:22,873 INFO program/MainThread: stdout[136]: LVM 2024-03-01 16:58:22,873 INFO program/MainThread: stderr[136]: 2024-03-01 16:58:22,873 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:58:22,874 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:22,877 INFO program/MainThread: stdout[137]: LVM 2024-03-01 16:58:22,877 INFO program/MainThread: stderr[137]: 2024-03-01 16:58:22,877 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:58:22,877 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:22,880 INFO program/MainThread: stdout[138]: LVM 2024-03-01 16:58:22,880 INFO program/MainThread: stderr[138]: 2024-03-01 16:58:22,880 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:58:22,884 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 16:58:22,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:22,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:22,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:22,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:22,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,920 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 16:58:22,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd ' '/dev/mapper/test_vg3-lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264517828'} ; 2024-03-01 16:58:22,923 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:58:22,924 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:22,927 INFO program/MainThread: stdout[139]: LVM 2024-03-01 16:58:22,927 INFO program/MainThread: stderr[139]: 2024-03-01 16:58:22,928 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:58:22,928 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:22,931 INFO program/MainThread: stdout[140]: LVM 2024-03-01 16:58:22,931 INFO program/MainThread: stderr[140]: 2024-03-01 16:58:22,931 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:58:22,931 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:22,934 INFO program/MainThread: stdout[141]: LVM 2024-03-01 16:58:22,934 INFO program/MainThread: stderr[141]: 2024-03-01 16:58:22,934 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:58:22,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,943 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:58:22,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,949 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,952 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:22,944 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c465da0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:22,953 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:22,956 INFO program/MainThread: stdout[142]: LVM 2024-03-01 16:58:22,956 INFO program/MainThread: stderr[142]: 2024-03-01 16:58:22,956 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:58:22,960 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:58:22,960 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 16:58:22,964 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8-real', 'DEVNAME': '/dev/dm-17', 'DEVPATH': '/devices/virtual/block/dm-17', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '17', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-17', 'SYS_PATH': '/sys/devices/virtual/block/dm-17', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264816131'} ; 2024-03-01 16:58:22,964 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 16:58:22,964 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:22,967 INFO program/MainThread: stdout[143]: LVM 2024-03-01 16:58:22,967 INFO program/MainThread: stderr[143]: 2024-03-01 16:58:22,967 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:58:22,968 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:22,971 INFO program/MainThread: stdout[144]: LVM 2024-03-01 16:58:22,971 INFO program/MainThread: stderr[144]: 2024-03-01 16:58:22,971 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:58:22,971 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:22,974 INFO program/MainThread: stdout[145]: LVM 2024-03-01 16:58:22,974 INFO program/MainThread: stderr[145]: 2024-03-01 16:58:22,974 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:58:22,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,985 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:22,988 INFO program/MainThread: stdout[146]: LVM 2024-03-01 16:58:22,988 INFO program/MainThread: stderr[146]: 2024-03-01 16:58:22,988 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:58:22,988 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:22,991 INFO program/MainThread: stdout[147]: LVM 2024-03-01 16:58:22,991 INFO program/MainThread: stderr[147]: 2024-03-01 16:58:22,991 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 16:58:22,991 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:22,994 INFO program/MainThread: stdout[148]: LVM 2024-03-01 16:58:22,994 INFO program/MainThread: stderr[148]: 2024-03-01 16:58:22,994 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 16:58:22,998 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 16:58:23,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:23,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:23,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:23,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,027 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 16:58:23,030 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1-cow', 'DEVNAME': '/dev/dm-18', 'DEVPATH': '/devices/virtual/block/dm-18', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '18', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-18', 'SYS_PATH': '/sys/devices/virtual/block/dm-18', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264817592'} ; 2024-03-01 16:58:23,030 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 16:58:23,031 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:23,034 INFO program/MainThread: stdout[149]: LVM 2024-03-01 16:58:23,034 INFO program/MainThread: stderr[149]: 2024-03-01 16:58:23,034 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 16:58:23,034 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:23,037 INFO program/MainThread: stdout[150]: LVM 2024-03-01 16:58:23,037 INFO program/MainThread: stderr[150]: 2024-03-01 16:58:23,037 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 16:58:23,037 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:23,040 INFO program/MainThread: stdout[151]: LVM 2024-03-01 16:58:23,040 INFO program/MainThread: stderr[151]: 2024-03-01 16:58:23,041 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 16:58:23,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,051 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:23,054 INFO program/MainThread: stdout[152]: LVM 2024-03-01 16:58:23,054 INFO program/MainThread: stderr[152]: 2024-03-01 16:58:23,054 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 16:58:23,054 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:23,057 INFO program/MainThread: stdout[153]: LVM 2024-03-01 16:58:23,057 INFO program/MainThread: stderr[153]: 2024-03-01 16:58:23,058 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 16:58:23,058 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:23,061 INFO program/MainThread: stdout[154]: LVM 2024-03-01 16:58:23,061 INFO program/MainThread: stderr[154]: 2024-03-01 16:58:23,061 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 16:58:23,065 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 16:58:23,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:23,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:23,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:23,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:23,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,101 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 16:58:23,104 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1 ' '/dev/test_vg3/lv8_snapset1 /dev/mapper/test_vg3-lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264821565'} ; 2024-03-01 16:58:23,104 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:58:23,104 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:23,107 INFO program/MainThread: stdout[155]: LVM 2024-03-01 16:58:23,108 INFO program/MainThread: stderr[155]: 2024-03-01 16:58:23,108 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 16:58:23,108 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:23,111 INFO program/MainThread: stdout[156]: LVM 2024-03-01 16:58:23,111 INFO program/MainThread: stderr[156]: 2024-03-01 16:58:23,111 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 16:58:23,111 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:23,114 INFO program/MainThread: stdout[157]: LVM 2024-03-01 16:58:23,114 INFO program/MainThread: stderr[157]: 2024-03-01 16:58:23,114 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 16:58:23,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,124 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:58:23,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,129 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:23,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,132 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:23,124 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4cb160) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:23,133 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:23,136 INFO program/MainThread: stdout[158]: LVM 2024-03-01 16:58:23,136 INFO program/MainThread: stderr[158]: 2024-03-01 16:58:23,136 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 16:58:23,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:58:23,140 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 16:58:23,144 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256778364'} ; 2024-03-01 16:58:23,144 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:23,144 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:23,147 INFO program/MainThread: stdout[159]: LVM 2024-03-01 16:58:23,147 INFO program/MainThread: stderr[159]: 2024-03-01 16:58:23,147 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 16:58:23,147 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:23,150 INFO program/MainThread: stdout[160]: LVM 2024-03-01 16:58:23,150 INFO program/MainThread: stderr[160]: 2024-03-01 16:58:23,150 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 16:58:23,151 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:23,154 INFO program/MainThread: stdout[161]: LVM 2024-03-01 16:58:23,154 INFO program/MainThread: stderr[161]: 2024-03-01 16:58:23,154 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 16:58:23,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,163 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:58:23,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,169 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:23,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,171 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:23,163 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4cb358) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:23,172 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:23,175 INFO program/MainThread: stdout[162]: LVM 2024-03-01 16:58:23,176 INFO program/MainThread: stderr[162]: 2024-03-01 16:58:23,176 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 16:58:23,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:23,180 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:58:23,183 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3-real ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3-real', 'DEVNAME': '/dev/dm-20', 'DEVPATH': '/devices/virtual/block/dm-20', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-20', 'SYS_PATH': '/sys/devices/virtual/block/dm-20', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265120100'} ; 2024-03-01 16:58:23,183 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 16:58:23,183 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:23,186 INFO program/MainThread: stdout[163]: LVM 2024-03-01 16:58:23,186 INFO program/MainThread: stderr[163]: 2024-03-01 16:58:23,186 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 16:58:23,187 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:23,190 INFO program/MainThread: stdout[164]: LVM 2024-03-01 16:58:23,190 INFO program/MainThread: stderr[164]: 2024-03-01 16:58:23,190 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 16:58:23,190 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:23,193 INFO program/MainThread: stdout[165]: LVM 2024-03-01 16:58:23,193 INFO program/MainThread: stderr[165]: 2024-03-01 16:58:23,193 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 16:58:23,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,203 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:23,206 INFO program/MainThread: stdout[166]: LVM 2024-03-01 16:58:23,207 INFO program/MainThread: stderr[166]: 2024-03-01 16:58:23,207 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 16:58:23,207 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:23,210 INFO program/MainThread: stdout[167]: LVM 2024-03-01 16:58:23,210 INFO program/MainThread: stderr[167]: 2024-03-01 16:58:23,210 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 16:58:23,210 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:23,213 INFO program/MainThread: stdout[168]: LVM 2024-03-01 16:58:23,213 INFO program/MainThread: stderr[168]: 2024-03-01 16:58:23,213 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 16:58:23,217 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 16:58:23,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:23,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,245 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 16:58:23,248 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1-cow', 'DEVNAME': '/dev/dm-21', 'DEVPATH': '/devices/virtual/block/dm-21', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '21', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-21', 'SYS_PATH': '/sys/devices/virtual/block/dm-21', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265122866'} ; 2024-03-01 16:58:23,248 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 16:58:23,249 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:23,252 INFO program/MainThread: stdout[169]: LVM 2024-03-01 16:58:23,252 INFO program/MainThread: stderr[169]: 2024-03-01 16:58:23,252 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 16:58:23,252 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:23,255 INFO program/MainThread: stdout[170]: LVM 2024-03-01 16:58:23,255 INFO program/MainThread: stderr[170]: 2024-03-01 16:58:23,255 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 16:58:23,255 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:23,258 INFO program/MainThread: stdout[171]: LVM 2024-03-01 16:58:23,258 INFO program/MainThread: stderr[171]: 2024-03-01 16:58:23,258 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 16:58:23,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,269 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:23,272 INFO program/MainThread: stdout[172]: LVM 2024-03-01 16:58:23,272 INFO program/MainThread: stderr[172]: 2024-03-01 16:58:23,272 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 16:58:23,272 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:23,275 INFO program/MainThread: stdout[173]: LVM 2024-03-01 16:58:23,275 INFO program/MainThread: stderr[173]: 2024-03-01 16:58:23,275 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 16:58:23,275 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:23,278 INFO program/MainThread: stdout[174]: LVM 2024-03-01 16:58:23,279 INFO program/MainThread: stderr[174]: 2024-03-01 16:58:23,279 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 16:58:23,282 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 16:58:23,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:23,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,311 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 16:58:23,314 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1 /dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265139210'} ; 2024-03-01 16:58:23,314 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:58:23,314 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:23,317 INFO program/MainThread: stdout[175]: LVM 2024-03-01 16:58:23,317 INFO program/MainThread: stderr[175]: 2024-03-01 16:58:23,317 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 16:58:23,318 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:23,320 INFO program/MainThread: stdout[176]: LVM 2024-03-01 16:58:23,321 INFO program/MainThread: stderr[176]: 2024-03-01 16:58:23,321 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 16:58:23,321 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:23,324 INFO program/MainThread: stdout[177]: LVM 2024-03-01 16:58:23,324 INFO program/MainThread: stderr[177]: 2024-03-01 16:58:23,324 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 16:58:23,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,333 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:58:23,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,337 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,338 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,333 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c516828) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:23,339 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:23,342 INFO program/MainThread: stdout[178]: LVM 2024-03-01 16:58:23,342 INFO program/MainThread: stderr[178]: 2024-03-01 16:58:23,342 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 16:58:23,346 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:58:23,347 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 16:58:23,350 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4-real ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4-real', 'DEVNAME': '/dev/dm-23', 'DEVPATH': '/devices/virtual/block/dm-23', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '23', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-23', 'SYS_PATH': '/sys/devices/virtual/block/dm-23', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265417849'} ; 2024-03-01 16:58:23,350 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 16:58:23,350 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:23,353 INFO program/MainThread: stdout[179]: LVM 2024-03-01 16:58:23,353 INFO program/MainThread: stderr[179]: 2024-03-01 16:58:23,353 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 16:58:23,353 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:23,356 INFO program/MainThread: stdout[180]: LVM 2024-03-01 16:58:23,357 INFO program/MainThread: stderr[180]: 2024-03-01 16:58:23,357 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 16:58:23,357 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:23,360 INFO program/MainThread: stdout[181]: LVM 2024-03-01 16:58:23,360 INFO program/MainThread: stderr[181]: 2024-03-01 16:58:23,360 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 16:58:23,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,370 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:23,373 INFO program/MainThread: stdout[182]: LVM 2024-03-01 16:58:23,374 INFO program/MainThread: stderr[182]: 2024-03-01 16:58:23,374 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 16:58:23,374 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:23,377 INFO program/MainThread: stdout[183]: LVM 2024-03-01 16:58:23,377 INFO program/MainThread: stderr[183]: 2024-03-01 16:58:23,377 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 16:58:23,377 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:23,380 INFO program/MainThread: stdout[184]: LVM 2024-03-01 16:58:23,380 INFO program/MainThread: stderr[184]: 2024-03-01 16:58:23,380 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 16:58:23,384 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 16:58:23,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:23,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,413 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 16:58:23,416 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1-cow', 'DEVNAME': '/dev/dm-24', 'DEVPATH': '/devices/virtual/block/dm-24', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '24', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-24', 'SYS_PATH': '/sys/devices/virtual/block/dm-24', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265419613'} ; 2024-03-01 16:58:23,416 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 16:58:23,416 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:23,420 INFO program/MainThread: stdout[185]: LVM 2024-03-01 16:58:23,420 INFO program/MainThread: stderr[185]: 2024-03-01 16:58:23,420 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 16:58:23,421 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:23,423 INFO program/MainThread: stdout[186]: LVM 2024-03-01 16:58:23,424 INFO program/MainThread: stderr[186]: 2024-03-01 16:58:23,424 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 16:58:23,424 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:23,427 INFO program/MainThread: stdout[187]: LVM 2024-03-01 16:58:23,427 INFO program/MainThread: stderr[187]: 2024-03-01 16:58:23,427 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 16:58:23,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,437 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:23,440 INFO program/MainThread: stdout[188]: LVM 2024-03-01 16:58:23,440 INFO program/MainThread: stderr[188]: 2024-03-01 16:58:23,441 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 16:58:23,441 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:23,444 INFO program/MainThread: stdout[189]: LVM 2024-03-01 16:58:23,444 INFO program/MainThread: stderr[189]: 2024-03-01 16:58:23,444 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 16:58:23,444 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:23,447 INFO program/MainThread: stdout[190]: LVM 2024-03-01 16:58:23,447 INFO program/MainThread: stderr[190]: 2024-03-01 16:58:23,447 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 16:58:23,451 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 16:58:23,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:23,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:23,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,479 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 16:58:23,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2 ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265442368'} ; 2024-03-01 16:58:23,482 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:58:23,482 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:23,486 INFO program/MainThread: stdout[191]: LVM 2024-03-01 16:58:23,486 INFO program/MainThread: stderr[191]: 2024-03-01 16:58:23,486 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 16:58:23,486 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:23,489 INFO program/MainThread: stdout[192]: LVM 2024-03-01 16:58:23,489 INFO program/MainThread: stderr[192]: 2024-03-01 16:58:23,489 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 16:58:23,489 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:23,492 INFO program/MainThread: stdout[193]: LVM 2024-03-01 16:58:23,492 INFO program/MainThread: stderr[193]: 2024-03-01 16:58:23,492 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 16:58:23,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,501 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:58:23,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,506 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,506 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,507 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,501 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4eb3c8) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:23,508 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:23,511 INFO program/MainThread: stdout[194]: LVM 2024-03-01 16:58:23,511 INFO program/MainThread: stderr[194]: 2024-03-01 16:58:23,511 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 16:58:23,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:58:23,515 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 16:58:23,518 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-26', 'DEVPATH': '/devices/virtual/block/dm-26', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '26', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-26', 'SYS_PATH': '/sys/devices/virtual/block/dm-26', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265711812'} ; 2024-03-01 16:58:23,519 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 16:58:23,519 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:23,522 INFO program/MainThread: stdout[195]: LVM 2024-03-01 16:58:23,522 INFO program/MainThread: stderr[195]: 2024-03-01 16:58:23,522 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 16:58:23,522 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:23,525 INFO program/MainThread: stdout[196]: LVM 2024-03-01 16:58:23,525 INFO program/MainThread: stderr[196]: 2024-03-01 16:58:23,525 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 16:58:23,525 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:23,528 INFO program/MainThread: stdout[197]: LVM 2024-03-01 16:58:23,529 INFO program/MainThread: stderr[197]: 2024-03-01 16:58:23,529 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 16:58:23,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,539 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:23,542 INFO program/MainThread: stdout[198]: LVM 2024-03-01 16:58:23,543 INFO program/MainThread: stderr[198]: 2024-03-01 16:58:23,543 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 16:58:23,543 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:23,546 INFO program/MainThread: stdout[199]: LVM 2024-03-01 16:58:23,546 INFO program/MainThread: stderr[199]: 2024-03-01 16:58:23,546 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 16:58:23,546 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:23,549 INFO program/MainThread: stdout[200]: LVM 2024-03-01 16:58:23,549 INFO program/MainThread: stderr[200]: 2024-03-01 16:58:23,549 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 16:58:23,553 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 16:58:23,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:23,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,580 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 16:58:23,583 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-27', 'DEVPATH': '/devices/virtual/block/dm-27', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '27', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-27', 'SYS_PATH': '/sys/devices/virtual/block/dm-27', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265714361'} ; 2024-03-01 16:58:23,583 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 16:58:23,584 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:23,587 INFO program/MainThread: stdout[201]: LVM 2024-03-01 16:58:23,587 INFO program/MainThread: stderr[201]: 2024-03-01 16:58:23,587 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 16:58:23,587 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:23,590 INFO program/MainThread: stdout[202]: LVM 2024-03-01 16:58:23,590 INFO program/MainThread: stderr[202]: 2024-03-01 16:58:23,590 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 16:58:23,590 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:23,593 INFO program/MainThread: stdout[203]: LVM 2024-03-01 16:58:23,593 INFO program/MainThread: stderr[203]: 2024-03-01 16:58:23,593 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 16:58:23,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,604 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:23,607 INFO program/MainThread: stdout[204]: LVM 2024-03-01 16:58:23,607 INFO program/MainThread: stderr[204]: 2024-03-01 16:58:23,607 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 16:58:23,607 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:23,610 INFO program/MainThread: stdout[205]: LVM 2024-03-01 16:58:23,610 INFO program/MainThread: stderr[205]: 2024-03-01 16:58:23,610 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 16:58:23,611 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:23,613 INFO program/MainThread: stdout[206]: LVM 2024-03-01 16:58:23,614 INFO program/MainThread: stderr[206]: 2024-03-01 16:58:23,614 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 16:58:23,618 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 16:58:23,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:23,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,645 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 16:58:23,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265728532'} ; 2024-03-01 16:58:23,648 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:58:23,648 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:23,651 INFO program/MainThread: stdout[207]: LVM 2024-03-01 16:58:23,651 INFO program/MainThread: stderr[207]: 2024-03-01 16:58:23,652 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 16:58:23,652 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:23,655 INFO program/MainThread: stdout[208]: LVM 2024-03-01 16:58:23,655 INFO program/MainThread: stderr[208]: 2024-03-01 16:58:23,655 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 16:58:23,655 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:23,658 INFO program/MainThread: stdout[209]: LVM 2024-03-01 16:58:23,658 INFO program/MainThread: stderr[209]: 2024-03-01 16:58:23,658 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 16:58:23,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,667 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:58:23,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,671 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:23,671 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,672 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:23,667 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4f87f0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:23,673 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:23,676 INFO program/MainThread: stdout[210]: LVM 2024-03-01 16:58:23,676 INFO program/MainThread: stderr[210]: 2024-03-01 16:58:23,676 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 16:58:23,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:58:23,680 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 16:58:23,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2-real', 'DEVNAME': '/dev/dm-29', 'DEVPATH': '/devices/virtual/block/dm-29', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '29', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-29', 'SYS_PATH': '/sys/devices/virtual/block/dm-29', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266003847'} ; 2024-03-01 16:58:23,684 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 16:58:23,684 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:23,687 INFO program/MainThread: stdout[211]: LVM 2024-03-01 16:58:23,687 INFO program/MainThread: stderr[211]: 2024-03-01 16:58:23,687 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 16:58:23,687 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:23,690 INFO program/MainThread: stdout[212]: LVM 2024-03-01 16:58:23,691 INFO program/MainThread: stderr[212]: 2024-03-01 16:58:23,691 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 16:58:23,691 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:23,694 INFO program/MainThread: stdout[213]: LVM 2024-03-01 16:58:23,694 INFO program/MainThread: stderr[213]: 2024-03-01 16:58:23,694 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 16:58:23,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,704 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:23,707 INFO program/MainThread: stdout[214]: LVM 2024-03-01 16:58:23,707 INFO program/MainThread: stderr[214]: 2024-03-01 16:58:23,707 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 16:58:23,708 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:23,711 INFO program/MainThread: stdout[215]: LVM 2024-03-01 16:58:23,711 INFO program/MainThread: stderr[215]: 2024-03-01 16:58:23,711 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 16:58:23,711 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:23,714 INFO program/MainThread: stdout[216]: LVM 2024-03-01 16:58:23,714 INFO program/MainThread: stderr[216]: 2024-03-01 16:58:23,714 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 16:58:23,718 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 16:58:23,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:23,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,745 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 16:58:23,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257087642'} ; 2024-03-01 16:58:23,749 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:23,749 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:23,753 INFO program/MainThread: stdout[217]: LVM 2024-03-01 16:58:23,753 INFO program/MainThread: stderr[217]: 2024-03-01 16:58:23,753 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 16:58:23,753 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:23,756 INFO program/MainThread: stdout[218]: LVM 2024-03-01 16:58:23,756 INFO program/MainThread: stderr[218]: 2024-03-01 16:58:23,756 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 16:58:23,756 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:23,759 INFO program/MainThread: stdout[219]: LVM 2024-03-01 16:58:23,760 INFO program/MainThread: stderr[219]: 2024-03-01 16:58:23,760 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 16:58:23,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,769 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:58:23,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,774 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:23,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,777 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:23,769 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4bba58) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7f525c4abdd8) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:23,778 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:23,781 INFO program/MainThread: stdout[220]: LVM 2024-03-01 16:58:23,781 INFO program/MainThread: stderr[220]: 2024-03-01 16:58:23,781 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 16:58:23,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:23,786 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:58:23,789 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1-cow', 'DEVNAME': '/dev/dm-30', 'DEVPATH': '/devices/virtual/block/dm-30', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '30', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-30', 'SYS_PATH': '/sys/devices/virtual/block/dm-30', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266006378'} ; 2024-03-01 16:58:23,789 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 16:58:23,789 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:23,792 INFO program/MainThread: stdout[221]: LVM 2024-03-01 16:58:23,792 INFO program/MainThread: stderr[221]: 2024-03-01 16:58:23,792 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 16:58:23,793 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:23,796 INFO program/MainThread: stdout[222]: LVM 2024-03-01 16:58:23,796 INFO program/MainThread: stderr[222]: 2024-03-01 16:58:23,796 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 16:58:23,796 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:23,799 INFO program/MainThread: stdout[223]: LVM 2024-03-01 16:58:23,799 INFO program/MainThread: stderr[223]: 2024-03-01 16:58:23,799 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 16:58:23,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,810 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:23,813 INFO program/MainThread: stdout[224]: LVM 2024-03-01 16:58:23,813 INFO program/MainThread: stderr[224]: 2024-03-01 16:58:23,813 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 16:58:23,813 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:23,816 INFO program/MainThread: stdout[225]: LVM 2024-03-01 16:58:23,816 INFO program/MainThread: stderr[225]: 2024-03-01 16:58:23,816 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 16:58:23,816 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:23,819 INFO program/MainThread: stdout[226]: LVM 2024-03-01 16:58:23,820 INFO program/MainThread: stderr[226]: 2024-03-01 16:58:23,820 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 16:58:23,823 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 16:58:23,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:23,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:23,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,851 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 16:58:23,854 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9 ' '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266010279'} ; 2024-03-01 16:58:23,854 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:58:23,854 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:23,858 INFO program/MainThread: stdout[227]: LVM 2024-03-01 16:58:23,858 INFO program/MainThread: stderr[227]: 2024-03-01 16:58:23,858 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 16:58:23,858 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:23,861 INFO program/MainThread: stdout[228]: LVM 2024-03-01 16:58:23,861 INFO program/MainThread: stderr[228]: 2024-03-01 16:58:23,861 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 16:58:23,862 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:23,865 INFO program/MainThread: stdout[229]: LVM 2024-03-01 16:58:23,865 INFO program/MainThread: stderr[229]: 2024-03-01 16:58:23,865 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 16:58:23,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,874 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:58:23,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,878 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:23,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,879 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:23,874 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4a6470) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:23,880 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:23,883 INFO program/MainThread: stdout[230]: LVM 2024-03-01 16:58:23,883 INFO program/MainThread: stderr[230]: 2024-03-01 16:58:23,883 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 16:58:23,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:58:23,888 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 16:58:23,891 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a ' '/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', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257950365'} ; 2024-03-01 16:58:23,891 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:23,891 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,894 INFO program/MainThread: stdout[231]: LVM 2024-03-01 16:58:23,894 INFO program/MainThread: stderr[231]: 2024-03-01 16:58:23,894 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 16:58:23,895 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,897 INFO program/MainThread: stdout[232]: LVM 2024-03-01 16:58:23,898 INFO program/MainThread: stderr[232]: 2024-03-01 16:58:23,898 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 16:58:23,898 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,901 INFO program/MainThread: stdout[233]: LVM 2024-03-01 16:58:23,901 INFO program/MainThread: stderr[233]: 2024-03-01 16:58:23,901 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 16:58:23,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,910 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:58:23,913 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,914 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,914 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,915 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,910 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4ebcf8) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:23,916 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,919 INFO program/MainThread: stdout[234]: LVM 2024-03-01 16:58:23,919 INFO program/MainThread: stderr[234]: 2024-03-01 16:58:23,920 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 16:58:23,923 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:23,924 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:58:23,927 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG ' '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1258239292'} ; 2024-03-01 16:58:23,927 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:23,927 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,930 INFO program/MainThread: stdout[235]: LVM 2024-03-01 16:58:23,930 INFO program/MainThread: stderr[235]: 2024-03-01 16:58:23,930 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 16:58:23,931 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,934 INFO program/MainThread: stdout[236]: LVM 2024-03-01 16:58:23,934 INFO program/MainThread: stderr[236]: 2024-03-01 16:58:23,934 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 16:58:23,934 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,937 INFO program/MainThread: stdout[237]: LVM 2024-03-01 16:58:23,937 INFO program/MainThread: stderr[237]: 2024-03-01 16:58:23,937 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 16:58:23,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,946 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:58:23,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,950 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,951 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:23,946 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4a6a90) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f525c4abe10) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:23,952 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,955 INFO program/MainThread: stdout[238]: LVM 2024-03-01 16:58:23,955 INFO program/MainThread: stderr[238]: 2024-03-01 16:58:23,956 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 16:58:23,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:23,960 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:58:23,963 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259048719'} ; 2024-03-01 16:58:23,963 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:23,963 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,966 INFO program/MainThread: stdout[239]: LVM 2024-03-01 16:58:23,966 INFO program/MainThread: stderr[239]: 2024-03-01 16:58:23,966 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 16:58:23,967 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,970 INFO program/MainThread: stdout[240]: LVM 2024-03-01 16:58:23,970 INFO program/MainThread: stderr[240]: 2024-03-01 16:58:23,970 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 16:58:23,970 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,973 INFO program/MainThread: stdout[241]: LVM 2024-03-01 16:58:23,973 INFO program/MainThread: stderr[241]: 2024-03-01 16:58:23,973 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 16:58:23,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,981 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:58:23,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,986 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:23,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,987 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:23,982 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c5169b0) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:23,988 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,991 INFO program/MainThread: stdout[242]: LVM 2024-03-01 16:58:23,991 INFO program/MainThread: stderr[242]: 2024-03-01 16:58:23,991 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 16:58:23,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:23,995 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:58:23,999 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259335105'} ; 2024-03-01 16:58:23,999 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:23,999 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:24,002 INFO program/MainThread: stdout[243]: LVM 2024-03-01 16:58:24,002 INFO program/MainThread: stderr[243]: 2024-03-01 16:58:24,002 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 16:58:24,003 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:24,005 INFO program/MainThread: stdout[244]: LVM 2024-03-01 16:58:24,006 INFO program/MainThread: stderr[244]: 2024-03-01 16:58:24,006 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 16:58:24,006 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:24,009 INFO program/MainThread: stdout[245]: LVM 2024-03-01 16:58:24,009 INFO program/MainThread: stderr[245]: 2024-03-01 16:58:24,009 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 16:58:24,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,017 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:58:24,020 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:24,022 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:24,022 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:24,023 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:24,018 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f525c4f8cc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7f525cdd59b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:24,024 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:24,027 INFO program/MainThread: stdout[246]: LVM 2024-03-01 16:58:24,027 INFO program/MainThread: stderr[246]: 2024-03-01 16:58:24,027 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 16:58:24,031 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:24,031 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:24,034 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5-real', 'DEVNAME': '/dev/dm-8', 'DEVPATH': '/devices/virtual/block/dm-8', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '8', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-8', 'SYS_PATH': '/sys/devices/virtual/block/dm-8', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263864592'} ; 2024-03-01 16:58:24,034 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 16:58:24,035 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:24,038 INFO program/MainThread: stdout[247]: LVM 2024-03-01 16:58:24,038 INFO program/MainThread: stderr[247]: 2024-03-01 16:58:24,038 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 16:58:24,038 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:24,041 INFO program/MainThread: stdout[248]: LVM 2024-03-01 16:58:24,041 INFO program/MainThread: stderr[248]: 2024-03-01 16:58:24,041 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 16:58:24,041 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:24,044 INFO program/MainThread: stdout[249]: LVM 2024-03-01 16:58:24,045 INFO program/MainThread: stderr[249]: 2024-03-01 16:58:24,045 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 16:58:24,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,055 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:24,058 INFO program/MainThread: stdout[250]: LVM 2024-03-01 16:58:24,059 INFO program/MainThread: stderr[250]: 2024-03-01 16:58:24,059 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 16:58:24,059 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:24,062 INFO program/MainThread: stdout[251]: LVM 2024-03-01 16:58:24,062 INFO program/MainThread: stderr[251]: 2024-03-01 16:58:24,062 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 16:58:24,062 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:24,065 INFO program/MainThread: stdout[252]: LVM 2024-03-01 16:58:24,065 INFO program/MainThread: stderr[252]: 2024-03-01 16:58:24,065 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 16:58:24,069 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 16:58:24,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:24,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:24,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:24,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:24,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,098 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 16:58:24,101 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1-cow', 'DEVNAME': '/dev/dm-9', 'DEVPATH': '/devices/virtual/block/dm-9', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '9', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-9', 'SYS_PATH': '/sys/devices/virtual/block/dm-9', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263866028'} ; 2024-03-01 16:58:24,101 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 16:58:24,102 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:24,105 INFO program/MainThread: stdout[253]: LVM 2024-03-01 16:58:24,105 INFO program/MainThread: stderr[253]: 2024-03-01 16:58:24,105 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 16:58:24,105 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:24,108 INFO program/MainThread: stdout[254]: LVM 2024-03-01 16:58:24,108 INFO program/MainThread: stderr[254]: 2024-03-01 16:58:24,108 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 16:58:24,109 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:24,111 INFO program/MainThread: stdout[255]: LVM 2024-03-01 16:58:24,112 INFO program/MainThread: stderr[255]: 2024-03-01 16:58:24,112 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 16:58:24,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,122 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:24,125 INFO program/MainThread: stdout[256]: LVM 2024-03-01 16:58:24,125 INFO program/MainThread: stderr[256]: 2024-03-01 16:58:24,125 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 16:58:24,126 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:24,129 INFO program/MainThread: stdout[257]: LVM 2024-03-01 16:58:24,129 INFO program/MainThread: stderr[257]: 2024-03-01 16:58:24,129 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 16:58:24,129 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:24,132 INFO program/MainThread: stdout[258]: LVM 2024-03-01 16:58:24,132 INFO program/MainThread: stderr[258]: 2024-03-01 16:58:24,132 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 16:58:24,136 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 16:58:24,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:24,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:24,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:24,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:24,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:24,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,173 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 16:58:24,173 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,183 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,208 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:58:24,209 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:58:24,213 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,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,220 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,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,224 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,226 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,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,233 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,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,237 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:24,240 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,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,246 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,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,250 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:24,253 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,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,260 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,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,264 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:24,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,273 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,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,277 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,280 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,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,286 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,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,290 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:28,797 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ocnp36ez/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:28,833 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:28,833 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:28,836 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:28,837 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 16:58:28,837 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:28,837 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:28,841 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:28,842 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:28,845 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:28,845 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:28,849 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:28,849 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:28,852 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:28,852 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:28,873 INFO program/MainThread: stdout: 2024-03-01 16:58:28,873 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:28,873 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc 2024-03-01 16:58:28,873 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 16:58:28,873 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 2024-03-01 16:58:28,873 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 2024-03-01 16:58:28,873 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:28,873 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 2024-03-01 16:58:28,874 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 2024-03-01 16:58:28,874 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM 2024-03-01 16:58:28,874 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK 2024-03-01 16:58:28,874 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a 2024-03-01 16:58:28,874 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a 2024-03-01 16:58:28,874 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN 2024-03-01 16:58:28,874 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI 2024-03-01 16:58:28,874 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 16:58:28,874 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:28,874 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:28,874 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:28,875 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:28,875 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:28,875 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL 2024-03-01 16:58:28,875 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:28,875 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:28,875 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 2024-03-01 16:58:28,875 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:28,875 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:28,875 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:28,875 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS 2024-03-01 16:58:28,875 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 2024-03-01 16:58:28,875 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 2024-03-01 16:58:28,875 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f 2024-03-01 16:58:28,875 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn 2024-03-01 16:58:28,875 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:28,875 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:58:28,875 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:28,876 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs c98a203a-160a-4365-a212-e159558bcc25 |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 sdb 1073741824 root disk brw-rw---- LVM2_member 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM sdc 1073741824 root disk brw-rw---- LVM2_member N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK sdd 1073741824 root disk brw-rw---- LVM2_member Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs 95573133-b26c-4e3d-8d74-4be88e7a291f |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a sde 1073741824 root disk brw-rw---- LVM2_member 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN sdf 1073741824 root disk brw-rw---- LVM2_member Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI sdg 1073741824 root disk brw-rw---- LVM2_member Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f sdh 1073741824 root disk brw-rw---- LVM2_member 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs ca99d285-bb59-471d-ae68-3a62181ceed1 |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f sdi 1073741824 root disk brw-rw---- LVM2_member fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 5c221a81-a4c3-42c1-88e8-286aafdd2261 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 013117a3-bb1c-4905-b284-3fedc715dbd0 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs ee155907-af41-4fb8-82b6-291b7f59c51f sdj 1073741824 root disk brw-rw---- LVM2_member ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 16:58:28,876 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:28,876 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:28,876 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:28,876 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:28,876 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:28,877 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:28,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:28,891 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:28,914 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:58:28,919 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/lvm-pv-uuid-mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc ' '/dev/disk/by-id/scsi-360014054a634a550c6545ee93692a16c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_4a634a55-0c65-45ee-9369-2a16cafe4d6c ' '/dev/disk/by-id/wwn-0x60014054a634a550c6545ee93692a16c', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc', 'ID_FS_UUID_ENC': 'mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc', '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': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'ID_SERIAL': '360014054a634a550c6545ee93692a16c', 'ID_SERIAL_SHORT': '60014054a634a550c6545ee93692a16c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054a634a550', 'ID_WWN_VENDOR_EXTENSION': '0xc6545ee93692a16c', 'ID_WWN_WITH_EXTENSION': '0x60014054a634a550c6545ee93692a16c', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054a634a550c6545ee93692a16c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4a634a55-0c65-45ee-9369-2a16cafe4d6c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749844410'} ; 2024-03-01 16:58:28,919 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:28,920 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:28,950 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:28,950 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:28,950 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:28,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:28,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:28,963 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:28,968 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:28,968 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:28,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:28,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:28,972 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:28,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:28,976 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:28,979 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:28,979 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:28,980 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:28,980 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75c47fba8) -- 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 = 60014054a634a550c6545ee93692a16c 2024-03-01 16:58:28,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:28,987 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:28,988 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:28,991 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:28,991 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:28,994 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:28,995 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:28,998 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:28,998 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:29,002 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:29,002 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:29,002 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,033 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:29,033 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM. WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:29,033 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:29,034 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:29,038 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc ; label: None ; device: /dev/sda ; serial: 360014054a634a550c6545ee93692a16c ; exists: True ; vg_name: test_vg1 ; vg_uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:58:29,038 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:29,042 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:29,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:29,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:29,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,056 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,086 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:29,086 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM. WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:29,086 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:29,087 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:29,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:29,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:29,096 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:29,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:29,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:29,100 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,132 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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:58:29,132 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM. WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:29,132 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:29,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:29,138 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:29,141 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:29,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:29,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:29,148 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:29,148 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:29,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_16bc346c-fe29-4698-a940-f514bba5c7d9 ' '/dev/disk/by-id/wwn-0x600140516bc346cfe294698a940f514b ' '/dev/disk/by-id/scsi-3600140516bc346cfe294698a940f514b', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM', 'ID_FS_UUID_ENC': '0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM', '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': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'ID_SERIAL': '3600140516bc346cfe294698a940f514b', 'ID_SERIAL_SHORT': '600140516bc346cfe294698a940f514b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140516bc346cf', 'ID_WWN_VENDOR_EXTENSION': '0xe294698a940f514b', 'ID_WWN_WITH_EXTENSION': '0x600140516bc346cfe294698a940f514b', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140516bc346cfe294698a940f514b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '16bc346c-fe29-4698-a940-f514bba5c7d9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749790535'} ; 2024-03-01 16:58:29,152 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:29,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,162 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:29,163 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:29,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:29,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:29,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:29,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:29,170 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:29,173 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:29,173 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:29,174 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:29,174 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b434f98) -- 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 = 600140516bc346cfe294698a940f514b 2024-03-01 16:58:29,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:29,181 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:29,181 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:29,184 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:29,184 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:29,188 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,188 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:29,191 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,191 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:29,194 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:29,194 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:29,194 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,224 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:29,224 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:29,224 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:29,225 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:29,229 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM ; label: None ; device: /dev/sdb ; serial: 3600140516bc346cfe294698a940f514b ; exists: True ; vg_name: test_vg1 ; vg_uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:29,229 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:29,232 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:29,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:29,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:29,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:29,245 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:29,249 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:29,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:29,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:29,255 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,285 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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:58:29,285 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK. WARNING: VG test_vg1 is missing PV N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK (last written to /dev/sdc). 2024-03-01 16:58:29,285 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:29,285 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:29,286 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:29,290 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140532ef475fb3ce40379dd433c6f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b ' '/dev/disk/by-id/wwn-0x600140532ef475fb3ce40379dd433c6f', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'ID_SERIAL': '3600140532ef475fb3ce40379dd433c6f', 'ID_SERIAL_SHORT': '600140532ef475fb3ce40379dd433c6f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140532ef475fb', 'ID_WWN_VENDOR_EXTENSION': '0x3ce40379dd433c6f', 'ID_WWN_WITH_EXTENSION': '0x600140532ef475fb3ce40379dd433c6f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140532ef475fb3ce40379dd433c6f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '32ef475f-b3ce-4037-9dd4-33c6fb74737b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750598596'} ; 2024-03-01 16:58:29,290 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:29,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,301 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:29,301 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:29,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:29,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:29,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:29,308 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:29,309 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:29,312 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:29,312 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:29,313 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:29,313 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b3a1a90) -- 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 = 600140532ef475fb3ce40379dd433c6f 2024-03-01 16:58:29,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:29,316 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:29,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58 ' '/dev/disk/by-id/scsi-360014055fe715690b8a408dabb4bc7ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'ID_SERIAL': '360014055fe715690b8a408dabb4bc7ae', 'ID_SERIAL_SHORT': '60014055fe715690b8a408dabb4bc7ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055fe715690', 'ID_WWN_VENDOR_EXTENSION': '0xb8a408dabb4bc7ae', 'ID_WWN_WITH_EXTENSION': '0x60014055fe715690b8a408dabb4bc7ae', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055fe715690b8a408dabb4bc7ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5fe71569-0b8a-408d-abb4-bc7ae6248c58', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', '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': '750660276'} ; 2024-03-01 16:58:29,320 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:29,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,330 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:29,330 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:29,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:29,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:29,334 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:29,337 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:29,337 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:29,340 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:29,341 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:29,341 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:29,341 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b3a79b0) -- 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 = 60014055fe715690b8a408dabb4bc7ae 2024-03-01 16:58:29,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:29,345 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:29,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c43a6ab3f00a49d2bcb5a1754 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c43a6ab3-f00a-49d2-bcb5-a1754ab100dd ' '/dev/disk/by-id/lvm-pv-uuid-N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK ' '/dev/disk/by-id/wwn-0x6001405c43a6ab3f00a49d2bcb5a1754', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK', 'ID_FS_UUID_ENC': 'N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK', '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': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'ID_SERIAL': '36001405c43a6ab3f00a49d2bcb5a1754', 'ID_SERIAL_SHORT': '6001405c43a6ab3f00a49d2bcb5a1754', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c43a6ab3f', 'ID_WWN_VENDOR_EXTENSION': '0x00a49d2bcb5a1754', 'ID_WWN_WITH_EXTENSION': '0x6001405c43a6ab3f00a49d2bcb5a1754', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c43a6ab3f00a49d2bcb5a1754', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c43a6ab3-f00a-49d2-bcb5-a1754ab100dd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749893674'} ; 2024-03-01 16:58:29,348 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:29,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,358 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:29,359 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:29,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:29,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:29,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:29,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:29,366 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:29,369 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:29,369 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:29,370 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:29,370 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b3a7f28) -- 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 = 6001405c43a6ab3f00a49d2bcb5a1754 2024-03-01 16:58:29,373 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:29,377 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:29,377 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:29,380 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:29,380 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:29,384 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,384 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:29,387 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:29,390 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:29,390 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:29,390 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,419 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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:58:29,419 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:29,419 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:29,420 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:29,424 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK ; label: None ; device: /dev/sdc ; serial: 36001405c43a6ab3f00a49d2bcb5a1754 ; exists: True ; vg_name: test_vg1 ; vg_uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:29,424 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:29,427 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:29,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:29,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:29,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:29,440 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:29,443 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:29,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT ; incomplete: True ; hidden: False ; 2024-03-01 16:58:29,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:29,450 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,482 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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:58:29,482 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:29,482 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:29,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:29,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:29,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:29,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:29,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:29,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:29,508 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:29,512 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:58:29,512 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:58:29,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:29,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:29,521 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:29,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:29,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:29,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:29,528 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:29,532 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:58:29,532 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:58:29,532 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 16:58:29,532 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:29,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:29,536 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:29,539 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:58:29,539 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:58:29,543 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259335105'} ; 2024-03-01 16:58:29,543 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:29,544 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:29,547 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:29,548 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:29,548 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:29,548 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:29,551 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:29,551 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:29,551 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:29,551 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:29,554 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:29,555 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:29,555 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:29,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:29,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,566 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:58:29,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,567 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:58:29,563 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:29,568 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:29,571 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:29,571 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:29,571 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:29,576 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:29,580 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:29,580 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:29,583 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:29,584 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:29,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:29,591 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,591 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:29,593 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:29,593 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:29,597 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:29,597 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:29,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:29,601 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:29,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,608 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 16:58:29,608 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,638 INFO program/MainThread: stdout[15]: lv1 2024-03-01 16:58:29,638 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:29,638 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:29,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,646 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:58:29,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,653 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:58:29,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:29,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:29,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:58:29,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:29,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:29,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:29,671 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:58:29,674 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:58:29,675 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:29,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:58:29,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 16:58:29,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:58:29,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:29,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:29,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:29,690 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:58:29,693 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:58:29,694 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:29,694 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 16:58:29,694 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 16:58:29,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:29,697 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:58:29,701 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:58:29,701 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:29,705 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265728532'} ; 2024-03-01 16:58:29,705 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:58:29,705 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:29,709 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:29,709 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:29,709 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:29,709 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:29,713 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:29,713 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:29,713 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:29,713 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:29,716 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:29,716 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:29,716 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:29,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 16:58:29,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,728 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:29,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,729 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:29,724 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3ae828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:29,729 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:29,733 INFO program/MainThread: stdout[19]: LVM 2024-03-01 16:58:29,733 INFO program/MainThread: stderr[19]: 2024-03-01 16:58:29,733 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:29,737 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:58:29,741 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:29,741 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:58:29,745 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:29,745 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:58:29,749 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,749 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:58:29,752 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,752 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:29,753 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 16:58:29,756 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:29,756 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:58:29,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:29,760 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:29,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:29,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 16:58:29,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:29,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:29,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:29,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:29,784 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:29,787 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:58:29,788 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:58:29,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:58:29,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 16:58:29,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:29,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:58:29,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:29,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:29,802 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:29,806 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:58:29,806 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:58:29,807 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 16:58:29,807 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 16:58:29,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:29,810 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:29,813 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:58:29,814 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:58:29,818 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259048719'} ; 2024-03-01 16:58:29,818 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:29,818 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:29,822 INFO program/MainThread: stdout[20]: LVM 2024-03-01 16:58:29,822 INFO program/MainThread: stderr[20]: 2024-03-01 16:58:29,822 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:29,822 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:29,825 INFO program/MainThread: stdout[21]: LVM 2024-03-01 16:58:29,825 INFO program/MainThread: stderr[21]: 2024-03-01 16:58:29,825 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:29,825 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:29,828 INFO program/MainThread: stdout[22]: LVM 2024-03-01 16:58:29,828 INFO program/MainThread: stderr[22]: 2024-03-01 16:58:29,829 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:29,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 16:58:29,839 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,840 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:58:29,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,842 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:58:29,837 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:29,842 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:29,846 INFO program/MainThread: stdout[23]: LVM 2024-03-01 16:58:29,846 INFO program/MainThread: stderr[23]: 2024-03-01 16:58:29,846 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:29,850 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:29,854 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:29,854 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 16:58:29,857 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:29,857 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 16:58:29,861 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,861 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 16:58:29,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:29,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 16:58:29,865 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:58:29,869 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:29,869 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:58:29,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:29,873 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:29,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:29,879 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 16:58:29,879 INFO program/MainThread: Running [24] lvm lvs --noheadings -o origin test_vg1/lv2_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:29,907 INFO program/MainThread: stdout[24]: lv2 2024-03-01 16:58:29,907 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:29,907 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:29,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,915 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:58:29,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,921 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:58:29,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:29,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:58:29,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:58:29,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:58:29,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:29,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:29,939 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:58:29,943 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:58:29,944 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:29,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:58:29,948 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 16:58:29,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:58:29,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:58:29,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:29,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:29,958 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:58:29,962 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:58:29,962 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:29,962 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 16:58:29,963 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 16:58:29,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:29,966 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:58:29,970 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:58:29,970 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:29,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266010279'} ; 2024-03-01 16:58:29,974 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:58:29,974 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:29,978 INFO program/MainThread: stdout[25]: LVM 2024-03-01 16:58:29,978 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:29,978 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:29,978 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:29,981 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:58:29,981 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:29,981 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:29,982 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:29,985 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:58:29,985 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:29,985 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:29,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:29,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 16:58:29,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,997 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:29,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:29,998 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:29,993 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b358400) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:29,999 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:30,002 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:58:30,002 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:30,002 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:30,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:58:30,010 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,010 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 16:58:30,014 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,014 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 16:58:30,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:58:30,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,021 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 16:58:30,022 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 16:58:30,025 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:30,025 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 16:58:30,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:30,029 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:30,029 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,033 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/wwn-0x600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-3600140504dc346815094193a7f8390df ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_04dc3468-1509-4193-a7f8-390df249318f ' '/dev/disk/by-id/lvm-pv-uuid-Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH', 'ID_FS_UUID_ENC': 'Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH', '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': '04dc3468-1509-4193-a7f8-390df249318f', 'ID_SERIAL': '3600140504dc346815094193a7f8390df', 'ID_SERIAL_SHORT': '600140504dc346815094193a7f8390df', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504dc34681', 'ID_WWN_VENDOR_EXTENSION': '0x5094193a7f8390df', 'ID_WWN_WITH_EXTENSION': '0x600140504dc346815094193a7f8390df', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504dc346815094193a7f8390df', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04dc3468-1509-4193-a7f8-390df249318f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk3', 'SCSI_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:48', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:48.service', 'SYS_NAME': 'sdd', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '749990136'} ; 2024-03-01 16:58:30,033 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:58:30,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,044 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:30,044 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:30,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 16:58:30,045 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 16:58:30,048 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:30,051 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:30,051 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:30,054 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:58:30,055 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,055 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 16:58:30,055 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b3600b8) -- 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 = 600140504dc346815094193a7f8390df 2024-03-01 16:58:30,059 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:30,062 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,062 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 16:58:30,066 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,066 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 16:58:30,069 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,069 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 16:58:30,072 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 16:58:30,076 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:58:30,076 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:30,076 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= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,110 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:30,110 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN. WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:30,110 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:30,110 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:58:30,114 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH ; label: None ; device: /dev/sdd ; serial: 3600140504dc346815094193a7f8390df ; exists: True ; vg_name: test_vg2 ; vg_uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:58:30,115 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 16:58:30,118 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,131 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= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,159 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:30,159 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN. WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:30,159 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:30,159 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:30,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 16:58:30,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:30,169 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:30,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:58:30,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:30,172 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= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,202 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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:58:30,202 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN. WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:30,202 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:30,207 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:58:30,207 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 16:58:30,210 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:58:30,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:58:30,217 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:30,217 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,220 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/lvm-pv-uuid-2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_0cc6180e-348a-4bf1-b557-6d1778eb2a8e ' '/dev/disk/by-id/wwn-0x60014050cc6180e348a4bf1b5576d177 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN', 'ID_FS_UUID_ENC': '2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN', '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': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'ID_SERIAL': '360014050cc6180e348a4bf1b5576d177', 'ID_SERIAL_SHORT': '60014050cc6180e348a4bf1b5576d177', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050cc6180e3', 'ID_WWN_VENDOR_EXTENSION': '0x48a4bf1b5576d177', 'ID_WWN_WITH_EXTENSION': '0x60014050cc6180e348a4bf1b5576d177', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050cc6180e348a4bf1b5576d177', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0cc6180e-348a-4bf1-b557-6d1778eb2a8e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk4', 'SCSI_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:64', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:64.service', 'SYS_NAME': 'sde', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750047935'} ; 2024-03-01 16:58:30,221 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:30,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,232 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:30,232 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:30,232 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 16:58:30,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 16:58:30,236 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:30,239 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:30,239 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:58:30,242 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:30,243 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,243 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 16:58:30,243 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b3602b0) -- 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 = 60014050cc6180e348a4bf1b5576d177 2024-03-01 16:58:30,256 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:30,259 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,259 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 16:58:30,262 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,262 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 16:58:30,266 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,266 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 16:58:30,269 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,269 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 16:58:30,272 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:58:30,272 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:30,272 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= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,301 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:30,301 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:30,301 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:30,301 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:58:30,305 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN ; label: None ; device: /dev/sde ; serial: 360014050cc6180e348a4bf1b5576d177 ; exists: True ; vg_name: test_vg2 ; vg_uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:30,306 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 16:58:30,309 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:58:30,319 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:30,322 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:30,325 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:58:30,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:30,332 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= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,363 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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:58:30,363 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI. WARNING: VG test_vg2 is missing PV Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI (last written to /dev/sdf). 2024-03-01 16:58:30,363 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:30,363 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:30,364 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:30,368 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/lvm-pv-uuid-Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5 ' '/dev/disk/by-id/wwn-0x6001405d9def9968aac443fb58f50792 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d9def996-8aac-443f-b58f-50792b73fbb5', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI', 'ID_FS_UUID_ENC': 'Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI', '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': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'ID_SERIAL': '36001405d9def9968aac443fb58f50792', 'ID_SERIAL_SHORT': '6001405d9def9968aac443fb58f50792', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d9def9968', 'ID_WWN_VENDOR_EXTENSION': '0xaac443fb58f50792', 'ID_WWN_WITH_EXTENSION': '0x6001405d9def9968aac443fb58f50792', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d9def9968aac443fb58f50792', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd9def996-8aac-443f-b58f-50792b73fbb5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk5', 'SCSI_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:80', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:80.service', 'SYS_NAME': 'sdf', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750097358'} ; 2024-03-01 16:58:30,368 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:30,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,380 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:30,380 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:30,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:30,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:58:30,384 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:30,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:30,387 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:30,391 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:30,391 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:30,392 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 16:58:30,392 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b434f28) -- 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 = 6001405d9def9968aac443fb58f50792 2024-03-01 16:58:30,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:30,399 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,399 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 16:58:30,402 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,402 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 16:58:30,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,406 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:58:30,409 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,409 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 16:58:30,412 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:58:30,412 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:30,412 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,442 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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:58:30,442 INFO program/MainThread: stderr[34]: 2024-03-01 16:58:30,442 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:30,442 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:58:30,447 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI ; label: None ; device: /dev/sdf ; serial: 36001405d9def9968aac443fb58f50792 ; exists: True ; vg_name: test_vg2 ; vg_uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:30,447 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 16:58:30,450 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:30,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:30,460 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:30,463 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:30,466 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:58:30,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr ; incomplete: True ; hidden: False ; 2024-03-01 16:58:30,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:30,473 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,504 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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:58:30,504 INFO program/MainThread: stderr[35]: 2024-03-01 16:58:30,504 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:30,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 16:58:30,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:30,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:58:30,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:30,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:30,530 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:30,534 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:58:30,534 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:30,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 16:58:30,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:30,542 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:30,542 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:58:30,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:30,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:30,549 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:30,552 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:58:30,553 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:30,553 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:30,553 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 16:58:30,556 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:30,557 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:30,560 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:58:30,560 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:30,564 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1258239292'} ; 2024-03-01 16:58:30,564 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:30,564 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:30,568 INFO program/MainThread: stdout[36]: LVM 2024-03-01 16:58:30,568 INFO program/MainThread: stderr[36]: 2024-03-01 16:58:30,569 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:30,569 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:30,572 INFO program/MainThread: stdout[37]: LVM 2024-03-01 16:58:30,572 INFO program/MainThread: stderr[37]: 2024-03-01 16:58:30,572 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:30,572 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:30,575 INFO program/MainThread: stdout[38]: LVM 2024-03-01 16:58:30,575 INFO program/MainThread: stderr[38]: 2024-03-01 16:58:30,575 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:30,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 16:58:30,586 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:30,587 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:30,587 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:30,588 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:30,584 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:30,588 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:30,591 INFO program/MainThread: stdout[39]: LVM 2024-03-01 16:58:30,592 INFO program/MainThread: stderr[39]: 2024-03-01 16:58:30,592 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:30,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:30,600 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 16:58:30,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 16:58:30,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 16:58:30,611 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,611 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 16:58:30,611 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:58:30,614 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:30,614 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 16:58:30,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:30,618 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:30,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,625 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 16:58:30,625 INFO program/MainThread: Running [40] lvm lvs --noheadings -o origin test_vg2/lv3_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,652 INFO program/MainThread: stdout[40]: lv3 2024-03-01 16:58:30,652 INFO program/MainThread: stderr[40]: 2024-03-01 16:58:30,652 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:30,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,660 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:58:30,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,667 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:58:30,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:58:30,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:58:30,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 16:58:30,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:30,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:30,685 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:58:30,689 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:58:30,689 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:30,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:58:30,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 16:58:30,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:58:30,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 16:58:30,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:30,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:30,704 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:58:30,707 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:58:30,708 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:30,708 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 16:58:30,708 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 16:58:30,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:30,712 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:58:30,715 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:58:30,716 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:30,719 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265139210'} ; 2024-03-01 16:58:30,719 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:58:30,720 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:30,723 INFO program/MainThread: stdout[41]: LVM 2024-03-01 16:58:30,724 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:30,724 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:30,724 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:30,727 INFO program/MainThread: stdout[42]: LVM 2024-03-01 16:58:30,727 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:30,727 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:30,727 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:30,730 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:58:30,730 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:30,730 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:30,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 16:58:30,742 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:30,743 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:30,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:30,744 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:30,739 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3cc4e0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:30,744 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:30,748 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:58:30,748 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:30,748 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:30,752 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:58:30,756 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,756 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 16:58:30,759 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,759 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 16:58:30,763 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,763 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:58:30,767 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,767 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 16:58:30,767 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 16:58:30,771 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:30,771 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 16:58:30,774 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:30,774 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:30,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:58:30,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:30,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:58:30,795 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:30,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:30,799 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:30,802 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:58:30,803 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:58:30,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 16:58:30,806 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 16:58:30,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:30,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 16:58:30,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:30,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:30,817 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:30,821 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:58:30,821 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:58:30,821 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 16:58:30,822 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 16:58:30,825 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:30,825 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:30,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:30,829 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:58:30,832 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257950365'} ; 2024-03-01 16:58:30,832 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:30,833 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:30,836 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:58:30,836 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:30,836 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:30,837 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:30,840 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:58:30,840 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:30,840 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:30,840 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:30,843 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:58:30,843 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:30,843 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:30,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 16:58:30,855 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:30,856 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:58:30,856 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:30,857 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:58:30,852 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:30,858 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:30,861 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:58:30,861 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:30,861 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:30,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:30,869 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:30,869 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 16:58:30,873 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:30,873 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 16:58:30,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,877 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 16:58:30,880 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:30,880 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 16:58:30,881 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:58:30,884 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:30,884 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 16:58:30,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:30,888 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:30,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:30,895 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 16:58:30,895 INFO program/MainThread: Running [49] lvm lvs --noheadings -o origin test_vg2/lv4_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:30,922 INFO program/MainThread: stdout[49]: lv4 2024-03-01 16:58:30,922 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:30,922 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:30,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,930 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:58:30,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,937 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:58:30,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:30,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:30,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 16:58:30,948 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:58:30,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 16:58:30,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:30,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:30,956 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:58:30,959 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:58:30,960 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:30,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 16:58:30,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 16:58:30,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:58:30,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:58:30,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:30,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:30,975 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:58:30,978 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:58:30,979 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:30,979 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 16:58:30,979 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 16:58:30,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:30,983 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:58:30,986 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:58:30,986 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:58:30,990 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a ' '/dev/test_vg2/lv4_snapset1', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265442368'} ; 2024-03-01 16:58:30,990 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:58:30,991 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:30,994 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:58:30,995 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:30,995 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:30,995 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:30,998 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:58:30,998 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:30,998 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:30,998 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:31,001 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:58:31,001 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:31,001 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:31,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 16:58:31,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:31,014 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:31,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:31,016 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:31,010 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3a14a8) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:31,016 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:31,020 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:58:31,020 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:31,020 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:31,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:58:31,028 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,028 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 16:58:31,031 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,032 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 16:58:31,035 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 16:58:31,039 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,039 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 16:58:31,040 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 16:58:31,043 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:31,043 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 16:58:31,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:31,047 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:31,047 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_46b6cdbb-ea24-49a0-9c51-b9234d0bf162 ' '/dev/disk/by-id/scsi-3600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/lvm-pv-uuid-Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY ' '/dev/disk/by-id/wwn-0x600140546b6cdbbea2449a09c51b9234 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY', 'ID_FS_UUID_ENC': 'Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY', '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': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'ID_SERIAL': '3600140546b6cdbbea2449a09c51b9234', 'ID_SERIAL_SHORT': '600140546b6cdbbea2449a09c51b9234', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140546b6cdbbe', 'ID_WWN_VENDOR_EXTENSION': '0xa2449a09c51b9234', 'ID_WWN_WITH_EXTENSION': '0x600140546b6cdbbea2449a09c51b9234', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140546b6cdbbea2449a09c51b9234', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '46b6cdbb-ea24-49a0-9c51-b9234d0bf162', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk6', 'SCSI_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:96', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:96.service', 'SYS_NAME': 'sdg', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750228603'} ; 2024-03-01 16:58:31,051 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:31,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,062 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:31,063 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:31,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 16:58:31,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:58:31,066 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:31,070 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:31,070 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:31,073 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:31,073 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,074 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 16:58:31,074 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b3606a0) -- 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 = 600140546b6cdbbea2449a09c51b9234 2024-03-01 16:58:31,077 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:31,081 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,081 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 16:58:31,084 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,085 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 16:58:31,088 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,088 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 16:58:31,091 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,091 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 16:58:31,094 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:58:31,094 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:31,095 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,125 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:31,125 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL. WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:31,125 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:58:31,125 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:58:31,130 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY ; label: None ; device: /dev/sdg ; serial: 3600140546b6cdbbea2449a09c51b9234 ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; 2024-03-01 16:58:31,130 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 16:58:31,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,147 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,180 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:31,180 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL. WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:31,180 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:58:31,180 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:31,181 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 16:58:31,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:31,189 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:58:31,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:31,193 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,228 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:31,228 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL. WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:31,228 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:58:31,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:58:31,234 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 16:58:31,237 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:58:31,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,243 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:31,243 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,247 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_726bca06-b4aa-41f8-a829-7bca39148e1e ' '/dev/disk/by-id/wwn-0x6001405726bca06b4aa41f8a8297bca3 ' '/dev/disk/by-id/lvm-pv-uuid-53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL', 'ID_FS_UUID_ENC': '53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL', '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': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'ID_SERIAL': '36001405726bca06b4aa41f8a8297bca3', 'ID_SERIAL_SHORT': '6001405726bca06b4aa41f8a8297bca3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405726bca06b', 'ID_WWN_VENDOR_EXTENSION': '0x4aa41f8a8297bca3', 'ID_WWN_WITH_EXTENSION': '0x6001405726bca06b4aa41f8a8297bca3', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405726bca06b4aa41f8a8297bca3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '726bca06-b4aa-41f8-a829-7bca39148e1e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk7', 'SCSI_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:112', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:112.service', 'SYS_NAME': 'sdh', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750185439'} ; 2024-03-01 16:58:31,247 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:31,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,259 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:31,259 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:31,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:58:31,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 16:58:31,263 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:31,266 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:31,266 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:31,270 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:31,270 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,271 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 16:58:31,271 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b371208) -- 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 = 6001405726bca06b4aa41f8a8297bca3 2024-03-01 16:58:31,274 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:31,278 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,278 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 16:58:31,281 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,281 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 16:58:31,285 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,285 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 16:58:31,288 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,288 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 16:58:31,291 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:58:31,291 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:31,291 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,323 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:31,323 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:31,323 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:58:31,324 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:58:31,328 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL ; label: None ; device: /dev/sdh ; serial: 36001405726bca06b4aa41f8a8297bca3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; 2024-03-01 16:58:31,328 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 16:58:31,331 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:31,345 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,348 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:58:31,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,354 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,386 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:31,386 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS. WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (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:58:31,386 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:58:31,387 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:31,387 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,391 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/lvm-pv-uuid-fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS ' '/dev/disk/by-id/scsi-3600140512cdbd95c2724cd999f9be38b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925 ' '/dev/disk/by-id/wwn-0x600140512cdbd95c2724cd999f9be38b', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS', 'ID_FS_UUID_ENC': 'fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS', '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': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'ID_SERIAL': '3600140512cdbd95c2724cd999f9be38b', 'ID_SERIAL_SHORT': '600140512cdbd95c2724cd999f9be38b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140512cdbd95c', 'ID_WWN_VENDOR_EXTENSION': '0x2724cd999f9be38b', 'ID_WWN_WITH_EXTENSION': '0x600140512cdbd95c2724cd999f9be38b', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140512cdbd95c2724cd999f9be38b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '12cdbd95-c272-4cd9-99f9-be38b1c84925', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk8', 'SCSI_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:128', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:128.service', 'SYS_NAME': 'sdi', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750336978'} ; 2024-03-01 16:58:31,392 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:31,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,404 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:31,404 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:31,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 16:58:31,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 16:58:31,408 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:31,411 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:31,411 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:31,415 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:31,415 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,415 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 16:58:31,416 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b371b00) -- 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 = 600140512cdbd95c2724cd999f9be38b 2024-03-01 16:58:31,419 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:31,423 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,423 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 16:58:31,426 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,426 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 16:58:31,430 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,430 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 16:58:31,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 16:58:31,436 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:58:31,436 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:31,437 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,468 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:31,468 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (last written to /dev/sdj). 2024-03-01 16:58:31,468 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:58:31,468 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:58:31,473 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS ; label: None ; device: /dev/sdi ; serial: 3600140512cdbd95c2724cd999f9be38b ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 16:58:31,473 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 16:58:31,476 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:31,489 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,493 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:58:31,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,499 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,531 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:31,531 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn. WARNING: VG test_vg3 is missing PV ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn (last written to /dev/sdj). 2024-03-01 16:58:31,531 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:58:31,532 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:31,532 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:31,536 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/wwn-0x6001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b ' '/dev/disk/by-id/scsi-36001405d878c7f595e847e8b6707e169 ' '/dev/disk/by-id/lvm-pv-uuid-ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn', 'ID_FS_UUID_ENC': 'ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn', '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': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'ID_SERIAL': '36001405d878c7f595e847e8b6707e169', 'ID_SERIAL_SHORT': '6001405d878c7f595e847e8b6707e169', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d878c7f59', 'ID_WWN_VENDOR_EXTENSION': '0x5e847e8b6707e169', 'ID_WWN_WITH_EXTENSION': '0x6001405d878c7f595e847e8b6707e169', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d878c7f595e847e8b6707e169', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:d878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405eff2fc091,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd878c7f5-95e8-47e8-b670-7e16939cdc8b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405eff2fc091', 'SCSI_MODEL': 'disk9', 'SCSI_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:144', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:144.service', 'SYS_NAME': 'sdj', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '750506513'} ; 2024-03-01 16:58:31,536 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:31,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,549 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:31,549 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:31,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:58:31,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 16:58:31,553 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:31,556 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:31,556 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:31,559 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:31,560 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:31,560 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 16:58:31,560 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b376a90) -- 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 = 6001405d878c7f595e847e8b6707e169 2024-03-01 16:58:31,564 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:31,567 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,567 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 16:58:31,571 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,571 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 16:58:31,574 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,574 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:58:31,578 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,578 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 16:58:31,581 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:58:31,581 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:31,581 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,613 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=mg60CM-HXht-bHxN-7qqa-aL3w-qK22-KKPLTc LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=0lDd9N-T8u5-j5Yb-swn0-ddgR-M7d2-h90MvM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=N6Px8x-uyGm-iy5C-JsVB-IGRq-bzIJ-K0SPjK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT 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=Pk3YAM-t4tA-bbul-5oLq-lY2z-H8Xa-m1xlGH LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=2ZCjWc-OmbS-ZQeL-PpMT-3Fxo-sike-Wi3LIN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Aw3N51-qPDm-8RqO-Tbn3-Vrua-O82I-f2cTmI LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr 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=Es83g6-6h0b-eBIf-V31c-Kd0z-CnHl-vWz2XY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=53633s-yIzo-NGyT-cumv-uA6F-tKGe-e4NiaL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=fqtm4t-9ggH-l95k-VNC6-RT21-w1kY-S2ITbS LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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=ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs 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:58:31,613 INFO program/MainThread: stderr[61]: 2024-03-01 16:58:31,613 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:58:31,613 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:58:31,617 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ESMgvi-FjPa-jBqL-m1Kq-Pb9q-kjbc-W5RTjn ; label: None ; device: /dev/sdj ; serial: 36001405d878c7f595e847e8b6707e169 ; exists: True ; vg_name: test_vg3 ; vg_uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:31,618 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 16:58:31,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:31,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:31,634 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:31,637 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:58:31,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs ; incomplete: True ; hidden: False ; 2024-03-01 16:58:31,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:31,644 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= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,677 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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=bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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=zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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=X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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=nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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=7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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=rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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=UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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=XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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:58:31,677 INFO program/MainThread: stderr[62]: 2024-03-01 16:58:31,677 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:58:31,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 16:58:31,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:31,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:58:31,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:31,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:31,704 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:31,707 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:58:31,708 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:58:31,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 16:58:31,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:31,715 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:31,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 16:58:31,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:31,722 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:31,723 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:31,726 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:58:31,726 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:58:31,727 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 16:58:31,727 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 16:58:31,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:31,730 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:31,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:31,734 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:58:31,738 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH ' '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257087642'} ; 2024-03-01 16:58:31,738 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:31,738 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:31,742 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:58:31,742 INFO program/MainThread: stderr[63]: 2024-03-01 16:58:31,742 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:58:31,742 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:31,745 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:58:31,745 INFO program/MainThread: stderr[64]: 2024-03-01 16:58:31,745 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:58:31,745 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:31,748 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:58:31,748 INFO program/MainThread: stderr[65]: 2024-03-01 16:58:31,749 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:58:31,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 16:58:31,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:31,761 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:31,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:31,762 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:31,757 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:31,762 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:31,765 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:58:31,766 INFO program/MainThread: stderr[66]: 2024-03-01 16:58:31,766 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:58:31,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:31,774 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,774 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 16:58:31,777 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,777 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 16:58:31,782 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,782 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 16:58:31,786 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,786 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 16:58:31,786 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:58:31,789 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:31,789 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 16:58:31,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:31,793 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:31,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,800 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 16:58:31,800 INFO program/MainThread: Running [67] lvm lvs --noheadings -o origin test_vg3/lv5_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:31,830 INFO program/MainThread: stdout[67]: lv5 2024-03-01 16:58:31,830 INFO program/MainThread: stderr[67]: 2024-03-01 16:58:31,830 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:58:31,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,838 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:58:31,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,845 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:58:31,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 16:58:31,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:58:31,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 16:58:31,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:31,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:31,863 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:58:31,867 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:58:31,867 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:31,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 16:58:31,871 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 16:58:31,875 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:58:31,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 16:58:31,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:31,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:31,882 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:58:31,886 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:58:31,886 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:31,886 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 16:58:31,887 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 16:58:31,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:31,890 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:58:31,893 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:58:31,894 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:31,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM ' '/dev/mapper/test_vg3-lv5_snapset1', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263881138'} ; 2024-03-01 16:58:31,898 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:58:31,898 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:31,902 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:58:31,902 INFO program/MainThread: stderr[68]: 2024-03-01 16:58:31,902 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:58:31,902 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:31,905 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:58:31,905 INFO program/MainThread: stderr[69]: 2024-03-01 16:58:31,905 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:58:31,905 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:31,908 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:58:31,909 INFO program/MainThread: stderr[70]: 2024-03-01 16:58:31,909 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:58:31,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 16:58:31,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:31,922 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:31,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:31,923 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:31,918 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b376160) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:31,923 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:31,926 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:58:31,927 INFO program/MainThread: stderr[71]: 2024-03-01 16:58:31,927 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:58:31,931 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:58:31,935 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:31,935 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 16:58:31,938 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:31,938 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 16:58:31,942 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,942 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 16:58:31,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:31,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 16:58:31,946 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 16:58:31,950 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:31,950 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 16:58:31,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:31,953 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:31,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:31,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud ; incomplete: False ; hidden: False ; 2024-03-01 16:58:31,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:31,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 16:58:31,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:31,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 16:58:31,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:31,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:31,978 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:31,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:31,982 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:58:31,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 16:58:31,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:58:31,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:31,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:58:31,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:31,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:31,997 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:32,000 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:58:32,001 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,001 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 16:58:32,001 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 16:58:32,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:32,005 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:32,008 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:58:32,008 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,012 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256778364'} ; 2024-03-01 16:58:32,012 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:32,012 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,016 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:58:32,016 INFO program/MainThread: stderr[72]: 2024-03-01 16:58:32,016 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:58:32,016 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,019 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:58:32,019 INFO program/MainThread: stderr[73]: 2024-03-01 16:58:32,019 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:58:32,019 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,022 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:58:32,023 INFO program/MainThread: stderr[74]: 2024-03-01 16:58:32,023 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:58:32,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 16:58:32,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,036 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:58:32,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,038 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:58:32,032 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:32,038 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:32,041 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:58:32,042 INFO program/MainThread: stderr[75]: 2024-03-01 16:58:32,042 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:58:32,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:32,050 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,050 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 16:58:32,053 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,053 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 16:58:32,057 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,057 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 16:58:32,061 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,061 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 16:58:32,061 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:58:32,064 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,065 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 16:58:32,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:32,068 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,076 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 16:58:32,076 INFO program/MainThread: Running [76] lvm lvs --noheadings -o origin test_vg3/lv6_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:32,104 INFO program/MainThread: stdout[76]: lv6 2024-03-01 16:58:32,104 INFO program/MainThread: stderr[76]: 2024-03-01 16:58:32,104 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:58:32,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,112 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:58:32,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,120 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:58:32,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 16:58:32,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:58:32,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 16:58:32,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:32,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:32,138 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:58:32,142 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:58:32,142 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,142 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 16:58:32,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 16:58:32,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:58:32,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:58:32,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:32,157 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:32,157 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:58:32,161 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:58:32,161 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,162 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 16:58:32,162 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 16:58:32,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:32,165 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:58:32,169 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:58:32,169 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,173 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261 ' '/dev/test_vg3/lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264206003'} ; 2024-03-01 16:58:32,173 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:58:32,173 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:32,177 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:58:32,177 INFO program/MainThread: stderr[77]: 2024-03-01 16:58:32,177 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:58:32,177 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:32,180 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:58:32,180 INFO program/MainThread: stderr[78]: 2024-03-01 16:58:32,180 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:58:32,180 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:32,183 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:58:32,184 INFO program/MainThread: stderr[79]: 2024-03-01 16:58:32,184 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:58:32,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 16:58:32,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,197 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:32,198 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,199 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:32,193 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b38cb00) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:32,200 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:32,203 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:58:32,203 INFO program/MainThread: stderr[80]: 2024-03-01 16:58:32,203 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:58:32,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:58:32,211 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,211 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 16:58:32,215 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,215 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 16:58:32,219 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,219 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 16:58:32,222 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,222 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 16:58:32,223 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 16:58:32,226 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,226 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 16:58:32,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:32,230 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 16:58:32,247 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:58:32,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:58:32,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:32,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:32,255 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:32,258 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:58:32,259 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 16:58:32,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 16:58:32,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:58:32,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:58:32,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:32,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:32,273 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:32,277 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:58:32,277 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,278 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:32,278 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 16:58:32,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:32,281 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:32,284 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:58:32,285 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,288 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256473237'} ; 2024-03-01 16:58:32,289 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:32,289 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,292 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:58:32,292 INFO program/MainThread: stderr[81]: 2024-03-01 16:58:32,292 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:58:32,292 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,295 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:58:32,296 INFO program/MainThread: stderr[82]: 2024-03-01 16:58:32,296 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:58:32,296 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,299 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:58:32,299 INFO program/MainThread: stderr[83]: 2024-03-01 16:58:32,299 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:58:32,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 16:58:32,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,313 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:58:32,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,315 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:58:32,308 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:32,316 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:32,319 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:58:32,319 INFO program/MainThread: stderr[84]: 2024-03-01 16:58:32,319 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:58:32,323 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:32,327 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,327 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 16:58:32,331 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,331 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 16:58:32,334 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,334 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 16:58:32,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,338 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 16:58:32,339 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:58:32,342 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,342 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 16:58:32,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:32,346 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,353 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 16:58:32,353 INFO program/MainThread: Running [85] lvm lvs --noheadings -o origin test_vg3/lv7_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:32,382 INFO program/MainThread: stdout[85]: lv7 2024-03-01 16:58:32,382 INFO program/MainThread: stderr[85]: 2024-03-01 16:58:32,382 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:58:32,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,390 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:58:32,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,398 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:58:32,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 16:58:32,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:58:32,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:58:32,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:32,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:32,417 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:58:32,420 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:58:32,421 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 16:58:32,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 16:58:32,428 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:58:32,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 16:58:32,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:32,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:32,435 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:58:32,439 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:58:32,439 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,440 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 16:58:32,440 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 16:58:32,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:32,443 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:58:32,447 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:58:32,447 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,451 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/test_vg3/lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264517828'} ; 2024-03-01 16:58:32,451 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:58:32,451 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:32,455 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:58:32,455 INFO program/MainThread: stderr[86]: 2024-03-01 16:58:32,455 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:58:32,456 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:32,459 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:58:32,459 INFO program/MainThread: stderr[87]: 2024-03-01 16:58:32,459 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:58:32,459 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:32,462 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:58:32,462 INFO program/MainThread: stderr[88]: 2024-03-01 16:58:32,462 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:58:32,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 16:58:32,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,477 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:32,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,478 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:32,472 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b31ed30) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:32,479 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:32,482 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:58:32,483 INFO program/MainThread: stderr[89]: 2024-03-01 16:58:32,483 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:58:32,487 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:58:32,491 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,491 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 16:58:32,494 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,494 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 16:58:32,498 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,498 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 16:58:32,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 16:58:32,502 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 16:58:32,506 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,506 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 16:58:32,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:32,509 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 16:58:32,527 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:58:32,527 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 16:58:32,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:32,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:32,535 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:32,538 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:58:32,539 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 16:58:32,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 16:58:32,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:58:32,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 16:58:32,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:32,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:32,554 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:32,557 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:58:32,558 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,558 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:32,558 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 16:58:32,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:32,561 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:32,565 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:58:32,565 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:32,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256154384'} ; 2024-03-01 16:58:32,569 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:32,569 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,572 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:58:32,573 INFO program/MainThread: stderr[90]: 2024-03-01 16:58:32,573 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:58:32,573 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,576 INFO program/MainThread: stdout[91]: LVM 2024-03-01 16:58:32,576 INFO program/MainThread: stderr[91]: 2024-03-01 16:58:32,576 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:58:32,576 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,579 INFO program/MainThread: stdout[92]: LVM 2024-03-01 16:58:32,579 INFO program/MainThread: stderr[92]: 2024-03-01 16:58:32,579 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:58:32,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 16:58:32,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,594 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:58:32,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,596 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:58:32,589 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:32,597 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:32,600 INFO program/MainThread: stdout[93]: LVM 2024-03-01 16:58:32,601 INFO program/MainThread: stderr[93]: 2024-03-01 16:58:32,601 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:58:32,605 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:32,609 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,609 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 16:58:32,613 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,613 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 16:58:32,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 16:58:32,620 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 16:58:32,620 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:58:32,624 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,624 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 16:58:32,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:32,627 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,635 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 16:58:32,635 INFO program/MainThread: Running [94] lvm lvs --noheadings -o origin test_vg3/lv8_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:32,663 INFO program/MainThread: stdout[94]: lv8 2024-03-01 16:58:32,663 INFO program/MainThread: stderr[94]: 2024-03-01 16:58:32,663 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:58:32,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,671 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:58:32,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,679 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:58:32,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:32,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 16:58:32,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:58:32,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 16:58:32,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:32,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:32,697 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:58:32,701 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:58:32,702 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 16:58:32,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 16:58:32,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:58:32,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 16:58:32,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:58:32,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:32,717 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:58:32,720 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:58:32,721 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,721 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 16:58:32,721 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 16:58:32,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:32,724 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:58:32,728 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:58:32,728 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:58:32,732 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1 ' '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/test_vg3/lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264821565'} ; 2024-03-01 16:58:32,732 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:58:32,732 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:32,736 INFO program/MainThread: stdout[95]: LVM 2024-03-01 16:58:32,736 INFO program/MainThread: stderr[95]: 2024-03-01 16:58:32,736 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:58:32,736 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:32,739 INFO program/MainThread: stdout[96]: LVM 2024-03-01 16:58:32,740 INFO program/MainThread: stderr[96]: 2024-03-01 16:58:32,740 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:58:32,740 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:32,743 INFO program/MainThread: stdout[97]: LVM 2024-03-01 16:58:32,743 INFO program/MainThread: stderr[97]: 2024-03-01 16:58:32,743 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:58:32,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 16:58:32,756 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,758 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:32,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:32,760 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:32,753 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3810b8) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:32,761 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:32,764 INFO program/MainThread: stdout[98]: LVM 2024-03-01 16:58:32,765 INFO program/MainThread: stderr[98]: 2024-03-01 16:58:32,765 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:58:32,769 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:58:32,773 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,773 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 16:58:32,776 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,777 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 16:58:32,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 16:58:32,784 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,784 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 16:58:32,784 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 16:58:32,788 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:32,788 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 16:58:32,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:58:32,791 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:32,792 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:32,795 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17640125'} ; 2024-03-01 16:58:32,795 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:32,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:32,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:32,808 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:32,808 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:32,808 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:32,808 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:32,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 16:58:32,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 16:58:32,812 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:32,815 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:32,815 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:32,819 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:32,819 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:32,819 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 16:58:32,819 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff75b324e48) -- 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:58:32,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:32,826 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:32,826 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 16:58:32,830 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:32,830 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 16:58:32,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 16:58:32,837 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:32,837 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 16:58:32,840 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:32,843 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:32,846 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:32,851 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7ff75b359648> 2024-03-01 16:58:35,885 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 16:58:35,890 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:35,890 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:35,894 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '17644041'} ; 2024-03-01 16:58:35,894 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:35,894 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:35,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,907 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:35,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:35,927 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:35,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 16:58:35,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 16:58:35,963 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:35,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 16:58:35,966 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:35,969 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:35,969 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:35,973 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:35,973 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:35,973 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:35,976 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:35,980 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:35,983 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:35,986 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:35,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:58:35,990 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:35,990 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 16:58:35,991 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:35,990 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff75b324d30) -- name = xvda1 status = True id = 342 children = [] parents = ['existing 250 GiB disk xvda (332) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ff75b32be08> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:35,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:35,998 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:35,998 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 16:58:36,001 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,001 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 16:58:36,005 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,005 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 16:58:36,008 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,008 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 16:58:36,009 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:36,012 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:36,012 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 16:58:36,015 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:36,015 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:36,019 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa ' '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256154384'} ; 2024-03-01 16:58:36,019 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:36,019 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:36,023 INFO program/MainThread: stdout[99]: LVM 2024-03-01 16:58:36,023 INFO program/MainThread: stderr[99]: 2024-03-01 16:58:36,023 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:58:36,023 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:36,026 INFO program/MainThread: stdout[100]: LVM 2024-03-01 16:58:36,026 INFO program/MainThread: stderr[100]: 2024-03-01 16:58:36,026 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:58:36,026 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:36,029 INFO program/MainThread: stdout[101]: LVM 2024-03-01 16:58:36,030 INFO program/MainThread: stderr[101]: 2024-03-01 16:58:36,030 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:58:36,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,039 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:58:36,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,044 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,047 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,039 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,048 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:36,051 INFO program/MainThread: stdout[102]: LVM 2024-03-01 16:58:36,051 INFO program/MainThread: stderr[102]: 2024-03-01 16:58:36,051 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:58:36,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:36,055 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:58:36,059 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256473237'} ; 2024-03-01 16:58:36,059 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:36,059 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:36,062 INFO program/MainThread: stdout[103]: LVM 2024-03-01 16:58:36,062 INFO program/MainThread: stderr[103]: 2024-03-01 16:58:36,062 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:58:36,062 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:36,065 INFO program/MainThread: stdout[104]: LVM 2024-03-01 16:58:36,065 INFO program/MainThread: stderr[104]: 2024-03-01 16:58:36,065 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:58:36,066 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:36,069 INFO program/MainThread: stdout[105]: LVM 2024-03-01 16:58:36,069 INFO program/MainThread: stderr[105]: 2024-03-01 16:58:36,069 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:58:36,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,078 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:58:36,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,083 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,086 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,078 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,088 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:36,091 INFO program/MainThread: stdout[106]: LVM 2024-03-01 16:58:36,091 INFO program/MainThread: stderr[106]: 2024-03-01 16:58:36,092 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:58:36,095 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:36,095 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:58:36,099 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM ' '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1 ' '/dev/test_vg3/lv5_snapset1 /dev/mapper/test_vg3-lv5_snapset1', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263881138'} ; 2024-03-01 16:58:36,099 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:58:36,099 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:36,102 INFO program/MainThread: stdout[107]: LVM 2024-03-01 16:58:36,102 INFO program/MainThread: stderr[107]: 2024-03-01 16:58:36,102 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:58:36,102 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:36,105 INFO program/MainThread: stdout[108]: LVM 2024-03-01 16:58:36,105 INFO program/MainThread: stderr[108]: 2024-03-01 16:58:36,105 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:58:36,106 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:36,108 INFO program/MainThread: stdout[109]: LVM 2024-03-01 16:58:36,109 INFO program/MainThread: stderr[109]: 2024-03-01 16:58:36,109 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:58:36,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,117 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:58:36,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,123 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,125 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,117 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b376160) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = EZVpWM-zzSo-id76-u9Fv-2RJM-qmeR-8sGzVM 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,126 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:58:36,130 INFO program/MainThread: stdout[110]: LVM 2024-03-01 16:58:36,130 INFO program/MainThread: stderr[110]: 2024-03-01 16:58:36,130 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:58:36,134 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:58:36,134 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 16:58:36,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6-real', 'DEVNAME': '/dev/dm-11', 'DEVPATH': '/devices/virtual/block/dm-11', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '11', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-11', 'SYS_PATH': '/sys/devices/virtual/block/dm-11', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264196396'} ; 2024-03-01 16:58:36,137 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 16:58:36,137 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:36,140 INFO program/MainThread: stdout[111]: LVM 2024-03-01 16:58:36,140 INFO program/MainThread: stderr[111]: 2024-03-01 16:58:36,140 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:58:36,141 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:36,143 INFO program/MainThread: stdout[112]: LVM 2024-03-01 16:58:36,144 INFO program/MainThread: stderr[112]: 2024-03-01 16:58:36,144 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:58:36,144 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:36,147 INFO program/MainThread: stdout[113]: LVM 2024-03-01 16:58:36,147 INFO program/MainThread: stderr[113]: 2024-03-01 16:58:36,147 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:58:36,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,157 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:36,160 INFO program/MainThread: stdout[114]: LVM 2024-03-01 16:58:36,160 INFO program/MainThread: stderr[114]: 2024-03-01 16:58:36,160 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:58:36,160 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:36,163 INFO program/MainThread: stdout[115]: LVM 2024-03-01 16:58:36,164 INFO program/MainThread: stderr[115]: 2024-03-01 16:58:36,164 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:58:36,164 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:58:36,167 INFO program/MainThread: stdout[116]: LVM 2024-03-01 16:58:36,167 INFO program/MainThread: stderr[116]: 2024-03-01 16:58:36,167 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:58:36,171 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 16:58:36,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:36,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,199 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 16:58:36,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1-cow', 'DEVNAME': '/dev/dm-12', 'DEVPATH': '/devices/virtual/block/dm-12', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '12', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-12', 'SYS_PATH': '/sys/devices/virtual/block/dm-12', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264202106'} ; 2024-03-01 16:58:36,202 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 16:58:36,202 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:36,205 INFO program/MainThread: stdout[117]: LVM 2024-03-01 16:58:36,206 INFO program/MainThread: stderr[117]: 2024-03-01 16:58:36,206 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:58:36,206 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:36,209 INFO program/MainThread: stdout[118]: LVM 2024-03-01 16:58:36,209 INFO program/MainThread: stderr[118]: 2024-03-01 16:58:36,209 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:58:36,209 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:36,212 INFO program/MainThread: stdout[119]: LVM 2024-03-01 16:58:36,212 INFO program/MainThread: stderr[119]: 2024-03-01 16:58:36,212 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:58:36,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,222 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:36,225 INFO program/MainThread: stdout[120]: LVM 2024-03-01 16:58:36,225 INFO program/MainThread: stderr[120]: 2024-03-01 16:58:36,225 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:58:36,226 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:36,228 INFO program/MainThread: stdout[121]: LVM 2024-03-01 16:58:36,229 INFO program/MainThread: stderr[121]: 2024-03-01 16:58:36,229 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:58:36,229 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:58:36,232 INFO program/MainThread: stdout[122]: LVM 2024-03-01 16:58:36,232 INFO program/MainThread: stderr[122]: 2024-03-01 16:58:36,232 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:58:36,236 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 16:58:36,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:36,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:36,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,271 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 16:58:36,274 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261 ' '/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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs9DCU6aRPYatTQeZJ5bkk4SraNM2UoyEG', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264206003'} ; 2024-03-01 16:58:36,274 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:58:36,274 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:36,277 INFO program/MainThread: stdout[123]: LVM 2024-03-01 16:58:36,277 INFO program/MainThread: stderr[123]: 2024-03-01 16:58:36,277 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:58:36,278 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:36,280 INFO program/MainThread: stdout[124]: LVM 2024-03-01 16:58:36,281 INFO program/MainThread: stderr[124]: 2024-03-01 16:58:36,281 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:58:36,281 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:36,284 INFO program/MainThread: stdout[125]: LVM 2024-03-01 16:58:36,284 INFO program/MainThread: stderr[125]: 2024-03-01 16:58:36,284 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:58:36,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,293 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:58:36,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,298 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,300 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,293 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b38cb00) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 9DCU6a-RPYa-tTQe-ZJ5b-kk4S-raNM-2UoyEG 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,302 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:58:36,305 INFO program/MainThread: stdout[126]: LVM 2024-03-01 16:58:36,305 INFO program/MainThread: stderr[126]: 2024-03-01 16:58:36,305 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:58:36,309 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:58:36,309 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 16:58:36,312 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7-real', 'DEVNAME': '/dev/dm-14', 'DEVPATH': '/devices/virtual/block/dm-14', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsrBv9AebynpwVqoRu9anp6JSPvCNhFciz-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '14', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-14', 'SYS_PATH': '/sys/devices/virtual/block/dm-14', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264504753'} ; 2024-03-01 16:58:36,312 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 16:58:36,312 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:36,315 INFO program/MainThread: stdout[127]: LVM 2024-03-01 16:58:36,315 INFO program/MainThread: stderr[127]: 2024-03-01 16:58:36,315 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:58:36,315 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:36,318 INFO program/MainThread: stdout[128]: LVM 2024-03-01 16:58:36,319 INFO program/MainThread: stderr[128]: 2024-03-01 16:58:36,319 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:58:36,319 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:36,322 INFO program/MainThread: stdout[129]: LVM 2024-03-01 16:58:36,322 INFO program/MainThread: stderr[129]: 2024-03-01 16:58:36,322 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:58:36,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,332 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:36,335 INFO program/MainThread: stdout[130]: LVM 2024-03-01 16:58:36,335 INFO program/MainThread: stderr[130]: 2024-03-01 16:58:36,335 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:58:36,335 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:36,338 INFO program/MainThread: stdout[131]: LVM 2024-03-01 16:58:36,338 INFO program/MainThread: stderr[131]: 2024-03-01 16:58:36,338 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:58:36,338 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:58:36,341 INFO program/MainThread: stdout[132]: LVM 2024-03-01 16:58:36,342 INFO program/MainThread: stderr[132]: 2024-03-01 16:58:36,342 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:58:36,345 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 16:58:36,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:36,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,373 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 16:58:36,376 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7_snapset1-cow', 'DEVNAME': '/dev/dm-15', 'DEVPATH': '/devices/virtual/block/dm-15', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '15', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-15', 'SYS_PATH': '/sys/devices/virtual/block/dm-15', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264511395'} ; 2024-03-01 16:58:36,376 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 16:58:36,377 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:36,380 INFO program/MainThread: stdout[133]: LVM 2024-03-01 16:58:36,380 INFO program/MainThread: stderr[133]: 2024-03-01 16:58:36,380 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:58:36,380 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:36,383 INFO program/MainThread: stdout[134]: LVM 2024-03-01 16:58:36,383 INFO program/MainThread: stderr[134]: 2024-03-01 16:58:36,383 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:58:36,383 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:36,386 INFO program/MainThread: stdout[135]: LVM 2024-03-01 16:58:36,386 INFO program/MainThread: stderr[135]: 2024-03-01 16:58:36,386 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:58:36,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,396 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:36,399 INFO program/MainThread: stdout[136]: LVM 2024-03-01 16:58:36,400 INFO program/MainThread: stderr[136]: 2024-03-01 16:58:36,400 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:58:36,400 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:36,403 INFO program/MainThread: stdout[137]: LVM 2024-03-01 16:58:36,403 INFO program/MainThread: stderr[137]: 2024-03-01 16:58:36,403 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:58:36,403 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:58:36,406 INFO program/MainThread: stdout[138]: LVM 2024-03-01 16:58:36,406 INFO program/MainThread: stderr[138]: 2024-03-01 16:58:36,406 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:58:36,410 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 16:58:36,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:36,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:36,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,445 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 16:58:36,448 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/013117a3-bb1c-4905-b284-3fedc715dbd0 ' '/dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd ' '/dev/mapper/test_vg3-lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBssk1u0rVrwhRvC2jrQeLzyeRmg0HIMksd', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'ID_FS_UUID_ENC': '013117a3-bb1c-4905-b284-3fedc715dbd0', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264517828'} ; 2024-03-01 16:58:36,448 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:58:36,448 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:36,451 INFO program/MainThread: stdout[139]: LVM 2024-03-01 16:58:36,452 INFO program/MainThread: stderr[139]: 2024-03-01 16:58:36,452 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:58:36,452 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:36,455 INFO program/MainThread: stdout[140]: LVM 2024-03-01 16:58:36,455 INFO program/MainThread: stderr[140]: 2024-03-01 16:58:36,455 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:58:36,455 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:36,458 INFO program/MainThread: stdout[141]: LVM 2024-03-01 16:58:36,458 INFO program/MainThread: stderr[141]: 2024-03-01 16:58:36,458 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:58:36,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,467 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:58:36,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,473 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,475 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,467 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b31ed30) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = sk1u0r-Vrwh-RvC2-jrQe-Lzye-Rmg0-HIMksd 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,476 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:58:36,479 INFO program/MainThread: stdout[142]: LVM 2024-03-01 16:58:36,479 INFO program/MainThread: stderr[142]: 2024-03-01 16:58:36,479 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:58:36,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:58:36,483 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 16:58:36,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8-real', 'DEVNAME': '/dev/dm-17', 'DEVPATH': '/devices/virtual/block/dm-17', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsUB2ymoQVMZ0TD8scuN994o9ljjwE98pa-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '17', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-17', 'SYS_PATH': '/sys/devices/virtual/block/dm-17', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264816131'} ; 2024-03-01 16:58:36,487 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 16:58:36,487 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:36,490 INFO program/MainThread: stdout[143]: LVM 2024-03-01 16:58:36,490 INFO program/MainThread: stderr[143]: 2024-03-01 16:58:36,490 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:58:36,490 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:36,493 INFO program/MainThread: stdout[144]: LVM 2024-03-01 16:58:36,493 INFO program/MainThread: stderr[144]: 2024-03-01 16:58:36,493 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:58:36,493 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:36,496 INFO program/MainThread: stdout[145]: LVM 2024-03-01 16:58:36,496 INFO program/MainThread: stderr[145]: 2024-03-01 16:58:36,496 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:58:36,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,506 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:36,509 INFO program/MainThread: stdout[146]: LVM 2024-03-01 16:58:36,510 INFO program/MainThread: stderr[146]: 2024-03-01 16:58:36,510 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:58:36,510 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:36,513 INFO program/MainThread: stdout[147]: LVM 2024-03-01 16:58:36,513 INFO program/MainThread: stderr[147]: 2024-03-01 16:58:36,513 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 16:58:36,513 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:58:36,516 INFO program/MainThread: stdout[148]: LVM 2024-03-01 16:58:36,516 INFO program/MainThread: stderr[148]: 2024-03-01 16:58:36,516 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 16:58:36,520 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 16:58:36,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:36,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,548 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 16:58:36,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1-cow', 'DEVNAME': '/dev/dm-18', 'DEVPATH': '/devices/virtual/block/dm-18', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '18', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-18', 'SYS_PATH': '/sys/devices/virtual/block/dm-18', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264817592'} ; 2024-03-01 16:58:36,551 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 16:58:36,551 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:36,554 INFO program/MainThread: stdout[149]: LVM 2024-03-01 16:58:36,554 INFO program/MainThread: stderr[149]: 2024-03-01 16:58:36,555 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 16:58:36,555 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:36,558 INFO program/MainThread: stdout[150]: LVM 2024-03-01 16:58:36,558 INFO program/MainThread: stderr[150]: 2024-03-01 16:58:36,558 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 16:58:36,558 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:36,561 INFO program/MainThread: stdout[151]: LVM 2024-03-01 16:58:36,561 INFO program/MainThread: stderr[151]: 2024-03-01 16:58:36,561 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 16:58:36,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,571 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:36,574 INFO program/MainThread: stdout[152]: LVM 2024-03-01 16:58:36,574 INFO program/MainThread: stderr[152]: 2024-03-01 16:58:36,574 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 16:58:36,574 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:36,577 INFO program/MainThread: stdout[153]: LVM 2024-03-01 16:58:36,578 INFO program/MainThread: stderr[153]: 2024-03-01 16:58:36,578 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 16:58:36,578 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:58:36,581 INFO program/MainThread: stdout[154]: LVM 2024-03-01 16:58:36,581 INFO program/MainThread: stderr[154]: 2024-03-01 16:58:36,581 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 16:58:36,585 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 16:58:36,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:36,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:36,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:36,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,620 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 16:58:36,623 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ee155907-af41-4fb8-82b6-291b7f59c51f ' '/dev/test_vg3/lv8_snapset1 /dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsXEQR6viqrHQvH5bUBTkVP4KnHRV0fTf1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'ID_FS_UUID_ENC': 'ee155907-af41-4fb8-82b6-291b7f59c51f', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1264821565'} ; 2024-03-01 16:58:36,623 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:58:36,623 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:36,626 INFO program/MainThread: stdout[155]: LVM 2024-03-01 16:58:36,627 INFO program/MainThread: stderr[155]: 2024-03-01 16:58:36,627 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 16:58:36,627 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:36,630 INFO program/MainThread: stdout[156]: LVM 2024-03-01 16:58:36,630 INFO program/MainThread: stderr[156]: 2024-03-01 16:58:36,630 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 16:58:36,630 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:36,633 INFO program/MainThread: stdout[157]: LVM 2024-03-01 16:58:36,633 INFO program/MainThread: stderr[157]: 2024-03-01 16:58:36,633 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 16:58:36,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,642 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:58:36,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,648 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,650 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,642 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3810b8) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = XEQR6v-iqrH-QvH5-bUBT-kVP4-KnHR-V0fTf1 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,651 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:58:36,654 INFO program/MainThread: stdout[158]: LVM 2024-03-01 16:58:36,654 INFO program/MainThread: stderr[158]: 2024-03-01 16:58:36,654 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 16:58:36,658 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:58:36,658 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 16:58:36,661 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/5c221a81-a4c3-42c1-88e8-286aafdd2261 ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBs7Y8Nilfjcsw6ucKe1Jznz230c0c1w8Ud', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'ID_FS_UUID_ENC': '5c221a81-a4c3-42c1-88e8-286aafdd2261', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1256778364'} ; 2024-03-01 16:58:36,661 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:36,662 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:36,664 INFO program/MainThread: stdout[159]: LVM 2024-03-01 16:58:36,665 INFO program/MainThread: stderr[159]: 2024-03-01 16:58:36,665 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 16:58:36,665 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:36,668 INFO program/MainThread: stdout[160]: LVM 2024-03-01 16:58:36,668 INFO program/MainThread: stderr[160]: 2024-03-01 16:58:36,668 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 16:58:36,668 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:36,671 INFO program/MainThread: stdout[161]: LVM 2024-03-01 16:58:36,671 INFO program/MainThread: stderr[161]: 2024-03-01 16:58:36,671 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 16:58:36,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,680 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:58:36,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,685 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:36,687 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:36,680 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:36,689 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:36,692 INFO program/MainThread: stdout[162]: LVM 2024-03-01 16:58:36,692 INFO program/MainThread: stderr[162]: 2024-03-01 16:58:36,692 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 16:58:36,696 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:36,696 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:58:36,699 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3-real ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3-real', 'DEVNAME': '/dev/dm-20', 'DEVPATH': '/devices/virtual/block/dm-20', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-20', 'SYS_PATH': '/sys/devices/virtual/block/dm-20', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265120100'} ; 2024-03-01 16:58:36,699 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 16:58:36,699 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:36,702 INFO program/MainThread: stdout[163]: LVM 2024-03-01 16:58:36,702 INFO program/MainThread: stderr[163]: 2024-03-01 16:58:36,702 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 16:58:36,702 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:36,705 INFO program/MainThread: stdout[164]: LVM 2024-03-01 16:58:36,705 INFO program/MainThread: stderr[164]: 2024-03-01 16:58:36,706 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 16:58:36,706 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:36,709 INFO program/MainThread: stdout[165]: LVM 2024-03-01 16:58:36,709 INFO program/MainThread: stderr[165]: 2024-03-01 16:58:36,709 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 16:58:36,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,719 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:36,722 INFO program/MainThread: stdout[166]: LVM 2024-03-01 16:58:36,722 INFO program/MainThread: stderr[166]: 2024-03-01 16:58:36,722 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 16:58:36,722 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:36,725 INFO program/MainThread: stdout[167]: LVM 2024-03-01 16:58:36,725 INFO program/MainThread: stderr[167]: 2024-03-01 16:58:36,725 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 16:58:36,725 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:58:36,728 INFO program/MainThread: stdout[168]: LVM 2024-03-01 16:58:36,728 INFO program/MainThread: stderr[168]: 2024-03-01 16:58:36,728 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 16:58:36,732 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 16:58:36,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:36,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,759 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 16:58:36,762 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1-cow', 'DEVNAME': '/dev/dm-21', 'DEVPATH': '/devices/virtual/block/dm-21', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '21', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-21', 'SYS_PATH': '/sys/devices/virtual/block/dm-21', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265122866'} ; 2024-03-01 16:58:36,762 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 16:58:36,763 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:36,766 INFO program/MainThread: stdout[169]: LVM 2024-03-01 16:58:36,766 INFO program/MainThread: stderr[169]: 2024-03-01 16:58:36,766 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 16:58:36,766 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:36,769 INFO program/MainThread: stdout[170]: LVM 2024-03-01 16:58:36,769 INFO program/MainThread: stderr[170]: 2024-03-01 16:58:36,769 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 16:58:36,769 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:36,772 INFO program/MainThread: stdout[171]: LVM 2024-03-01 16:58:36,772 INFO program/MainThread: stderr[171]: 2024-03-01 16:58:36,772 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 16:58:36,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,782 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:36,785 INFO program/MainThread: stdout[172]: LVM 2024-03-01 16:58:36,785 INFO program/MainThread: stderr[172]: 2024-03-01 16:58:36,786 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 16:58:36,786 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:36,789 INFO program/MainThread: stdout[173]: LVM 2024-03-01 16:58:36,789 INFO program/MainThread: stderr[173]: 2024-03-01 16:58:36,789 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 16:58:36,789 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:58:36,792 INFO program/MainThread: stdout[174]: LVM 2024-03-01 16:58:36,792 INFO program/MainThread: stderr[174]: 2024-03-01 16:58:36,792 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 16:58:36,796 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 16:58:36,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:36,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,823 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 16:58:36,826 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArJONxcCPGkzaDK01lupS70QSEgfl3Gze2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265139210'} ; 2024-03-01 16:58:36,826 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:58:36,826 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:36,829 INFO program/MainThread: stdout[175]: LVM 2024-03-01 16:58:36,830 INFO program/MainThread: stderr[175]: 2024-03-01 16:58:36,830 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 16:58:36,830 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:36,833 INFO program/MainThread: stdout[176]: LVM 2024-03-01 16:58:36,833 INFO program/MainThread: stderr[176]: 2024-03-01 16:58:36,833 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 16:58:36,833 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:36,836 INFO program/MainThread: stdout[177]: LVM 2024-03-01 16:58:36,836 INFO program/MainThread: stderr[177]: 2024-03-01 16:58:36,836 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 16:58:36,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,844 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:58:36,847 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:36,849 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:36,849 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:36,850 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:36,845 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3cc4e0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JONxcC-PGkz-aDK0-1lup-S70Q-SEgf-l3Gze2 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:36,851 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:58:36,854 INFO program/MainThread: stdout[178]: LVM 2024-03-01 16:58:36,854 INFO program/MainThread: stderr[178]: 2024-03-01 16:58:36,854 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 16:58:36,858 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:58:36,858 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 16:58:36,861 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4-real ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4-real', 'DEVNAME': '/dev/dm-23', 'DEVPATH': '/devices/virtual/block/dm-23', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '23', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-23', 'SYS_PATH': '/sys/devices/virtual/block/dm-23', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265417849'} ; 2024-03-01 16:58:36,861 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 16:58:36,861 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:36,864 INFO program/MainThread: stdout[179]: LVM 2024-03-01 16:58:36,864 INFO program/MainThread: stderr[179]: 2024-03-01 16:58:36,864 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 16:58:36,865 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:36,867 INFO program/MainThread: stdout[180]: LVM 2024-03-01 16:58:36,868 INFO program/MainThread: stderr[180]: 2024-03-01 16:58:36,868 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 16:58:36,868 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:36,871 INFO program/MainThread: stdout[181]: LVM 2024-03-01 16:58:36,871 INFO program/MainThread: stderr[181]: 2024-03-01 16:58:36,871 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 16:58:36,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,881 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:36,884 INFO program/MainThread: stdout[182]: LVM 2024-03-01 16:58:36,884 INFO program/MainThread: stderr[182]: 2024-03-01 16:58:36,884 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 16:58:36,884 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:36,887 INFO program/MainThread: stdout[183]: LVM 2024-03-01 16:58:36,887 INFO program/MainThread: stderr[183]: 2024-03-01 16:58:36,888 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 16:58:36,888 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:58:36,891 INFO program/MainThread: stdout[184]: LVM 2024-03-01 16:58:36,891 INFO program/MainThread: stderr[184]: 2024-03-01 16:58:36,891 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 16:58:36,895 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 16:58:36,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:36,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,922 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 16:58:36,925 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1-cow', 'DEVNAME': '/dev/dm-24', 'DEVPATH': '/devices/virtual/block/dm-24', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '24', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-24', 'SYS_PATH': '/sys/devices/virtual/block/dm-24', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265419613'} ; 2024-03-01 16:58:36,925 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 16:58:36,925 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:36,929 INFO program/MainThread: stdout[185]: LVM 2024-03-01 16:58:36,929 INFO program/MainThread: stderr[185]: 2024-03-01 16:58:36,929 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 16:58:36,929 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:36,932 INFO program/MainThread: stdout[186]: LVM 2024-03-01 16:58:36,932 INFO program/MainThread: stderr[186]: 2024-03-01 16:58:36,932 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 16:58:36,932 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:36,935 INFO program/MainThread: stdout[187]: LVM 2024-03-01 16:58:36,935 INFO program/MainThread: stderr[187]: 2024-03-01 16:58:36,935 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 16:58:36,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,945 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:36,948 INFO program/MainThread: stdout[188]: LVM 2024-03-01 16:58:36,949 INFO program/MainThread: stderr[188]: 2024-03-01 16:58:36,949 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 16:58:36,949 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:36,952 INFO program/MainThread: stdout[189]: LVM 2024-03-01 16:58:36,952 INFO program/MainThread: stderr[189]: 2024-03-01 16:58:36,952 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 16:58:36,952 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:58:36,955 INFO program/MainThread: stdout[190]: LVM 2024-03-01 16:58:36,955 INFO program/MainThread: stderr[190]: 2024-03-01 16:58:36,955 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 16:58:36,959 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 16:58:36,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:36,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:36,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:36,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,986 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 16:58:36,989 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a ' '/dev/mapper/test_vg2-lv4_snapset1', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', '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-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArU2CXpavfagTZLkppgny22WgZVT42ugV2', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265442368'} ; 2024-03-01 16:58:36,989 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:58:36,990 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:36,993 INFO program/MainThread: stdout[191]: LVM 2024-03-01 16:58:36,993 INFO program/MainThread: stderr[191]: 2024-03-01 16:58:36,993 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 16:58:36,993 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:36,996 INFO program/MainThread: stdout[192]: LVM 2024-03-01 16:58:36,996 INFO program/MainThread: stderr[192]: 2024-03-01 16:58:36,996 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 16:58:36,996 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:36,999 INFO program/MainThread: stdout[193]: LVM 2024-03-01 16:58:36,999 INFO program/MainThread: stderr[193]: 2024-03-01 16:58:36,999 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 16:58:37,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,008 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:58:37,011 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,012 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:37,012 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,013 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:37,008 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3a14a8) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = U2CXpa-vfag-TZLk-ppgn-y22W-gZVT-42ugV2 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:37,014 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:58:37,017 INFO program/MainThread: stdout[194]: LVM 2024-03-01 16:58:37,017 INFO program/MainThread: stderr[194]: 2024-03-01 16:58:37,017 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 16:58:37,021 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:58:37,021 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 16:58:37,024 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-26', 'DEVPATH': '/devices/virtual/block/dm-26', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '26', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-26', 'SYS_PATH': '/sys/devices/virtual/block/dm-26', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265711812'} ; 2024-03-01 16:58:37,025 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 16:58:37,025 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:37,028 INFO program/MainThread: stdout[195]: LVM 2024-03-01 16:58:37,028 INFO program/MainThread: stderr[195]: 2024-03-01 16:58:37,028 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 16:58:37,028 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:37,031 INFO program/MainThread: stdout[196]: LVM 2024-03-01 16:58:37,031 INFO program/MainThread: stderr[196]: 2024-03-01 16:58:37,031 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 16:58:37,031 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:37,034 INFO program/MainThread: stdout[197]: LVM 2024-03-01 16:58:37,034 INFO program/MainThread: stderr[197]: 2024-03-01 16:58:37,035 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 16:58:37,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,045 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:37,048 INFO program/MainThread: stdout[198]: LVM 2024-03-01 16:58:37,048 INFO program/MainThread: stderr[198]: 2024-03-01 16:58:37,048 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 16:58:37,048 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:37,051 INFO program/MainThread: stdout[199]: LVM 2024-03-01 16:58:37,051 INFO program/MainThread: stderr[199]: 2024-03-01 16:58:37,051 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 16:58:37,051 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:58:37,054 INFO program/MainThread: stdout[200]: LVM 2024-03-01 16:58:37,054 INFO program/MainThread: stderr[200]: 2024-03-01 16:58:37,055 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 16:58:37,058 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 16:58:37,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:37,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:37,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,084 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 16:58:37,087 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-27', 'DEVPATH': '/devices/virtual/block/dm-27', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '27', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-27', 'SYS_PATH': '/sys/devices/virtual/block/dm-27', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265714361'} ; 2024-03-01 16:58:37,087 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 16:58:37,088 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:37,091 INFO program/MainThread: stdout[201]: LVM 2024-03-01 16:58:37,091 INFO program/MainThread: stderr[201]: 2024-03-01 16:58:37,091 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 16:58:37,091 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:37,094 INFO program/MainThread: stdout[202]: LVM 2024-03-01 16:58:37,094 INFO program/MainThread: stderr[202]: 2024-03-01 16:58:37,094 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 16:58:37,094 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:37,097 INFO program/MainThread: stdout[203]: LVM 2024-03-01 16:58:37,097 INFO program/MainThread: stderr[203]: 2024-03-01 16:58:37,097 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 16:58:37,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,107 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:37,110 INFO program/MainThread: stdout[204]: LVM 2024-03-01 16:58:37,111 INFO program/MainThread: stderr[204]: 2024-03-01 16:58:37,111 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 16:58:37,111 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:37,114 INFO program/MainThread: stdout[205]: LVM 2024-03-01 16:58:37,114 INFO program/MainThread: stderr[205]: 2024-03-01 16:58:37,114 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 16:58:37,114 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:58:37,117 INFO program/MainThread: stdout[206]: LVM 2024-03-01 16:58:37,117 INFO program/MainThread: stderr[206]: 2024-03-01 16:58:37,117 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 16:58:37,121 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 16:58:37,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:37,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:37,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,147 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 16:58:37,150 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25 ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4 ' '/dev/mapper/test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5tLW0iKRUR4gyQCBcnLv1es7QyLakBP4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1265728532'} ; 2024-03-01 16:58:37,151 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:58:37,151 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:37,154 INFO program/MainThread: stdout[207]: LVM 2024-03-01 16:58:37,154 INFO program/MainThread: stderr[207]: 2024-03-01 16:58:37,154 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 16:58:37,154 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:37,157 INFO program/MainThread: stdout[208]: LVM 2024-03-01 16:58:37,158 INFO program/MainThread: stderr[208]: 2024-03-01 16:58:37,158 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 16:58:37,158 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:37,161 INFO program/MainThread: stdout[209]: LVM 2024-03-01 16:58:37,161 INFO program/MainThread: stderr[209]: 2024-03-01 16:58:37,161 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 16:58:37,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,169 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:58:37,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,173 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,175 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,169 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3ae828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5tLW0i-KRUR-4gyQ-CBcn-Lv1e-s7Qy-LakBP4 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,175 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:58:37,178 INFO program/MainThread: stdout[210]: LVM 2024-03-01 16:58:37,178 INFO program/MainThread: stderr[210]: 2024-03-01 16:58:37,178 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 16:58:37,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:58:37,182 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 16:58:37,186 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2-real', 'DEVNAME': '/dev/dm-29', 'DEVPATH': '/devices/virtual/block/dm-29', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '29', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-29', 'SYS_PATH': '/sys/devices/virtual/block/dm-29', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266003847'} ; 2024-03-01 16:58:37,186 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 16:58:37,186 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:37,189 INFO program/MainThread: stdout[211]: LVM 2024-03-01 16:58:37,189 INFO program/MainThread: stderr[211]: 2024-03-01 16:58:37,189 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 16:58:37,189 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:37,192 INFO program/MainThread: stdout[212]: LVM 2024-03-01 16:58:37,192 INFO program/MainThread: stderr[212]: 2024-03-01 16:58:37,192 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 16:58:37,192 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:37,195 INFO program/MainThread: stdout[213]: LVM 2024-03-01 16:58:37,196 INFO program/MainThread: stderr[213]: 2024-03-01 16:58:37,196 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 16:58:37,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,206 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:37,209 INFO program/MainThread: stdout[214]: LVM 2024-03-01 16:58:37,209 INFO program/MainThread: stderr[214]: 2024-03-01 16:58:37,209 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 16:58:37,209 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:37,212 INFO program/MainThread: stdout[215]: LVM 2024-03-01 16:58:37,212 INFO program/MainThread: stderr[215]: 2024-03-01 16:58:37,212 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 16:58:37,212 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:58:37,215 INFO program/MainThread: stdout[216]: LVM 2024-03-01 16:58:37,215 INFO program/MainThread: stderr[216]: 2024-03-01 16:58:37,215 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 16:58:37,219 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 16:58:37,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:37,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:37,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,245 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 16:58:37,248 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/ca99d285-bb59-471d-ae68-3a62181ceed1 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'ID_FS_UUID_ENC': 'ca99d285-bb59-471d-ae68-3a62181ceed1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257087642'} ; 2024-03-01 16:58:37,248 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:37,249 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:37,252 INFO program/MainThread: stdout[217]: LVM 2024-03-01 16:58:37,252 INFO program/MainThread: stderr[217]: 2024-03-01 16:58:37,252 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 16:58:37,252 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:37,255 INFO program/MainThread: stdout[218]: LVM 2024-03-01 16:58:37,255 INFO program/MainThread: stderr[218]: 2024-03-01 16:58:37,255 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 16:58:37,255 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:37,258 INFO program/MainThread: stdout[219]: LVM 2024-03-01 16:58:37,258 INFO program/MainThread: stderr[219]: 2024-03-01 16:58:37,258 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 16:58:37,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,267 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:58:37,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:37,272 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:37,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:37,275 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:37,267 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:37,276 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:37,279 INFO program/MainThread: stdout[220]: LVM 2024-03-01 16:58:37,279 INFO program/MainThread: stderr[220]: 2024-03-01 16:58:37,279 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 16:58:37,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:37,283 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:58:37,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1-cow', 'DEVNAME': '/dev/dm-30', 'DEVPATH': '/devices/virtual/block/dm-30', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '30', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-30', 'SYS_PATH': '/sys/devices/virtual/block/dm-30', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266006378'} ; 2024-03-01 16:58:37,286 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 16:58:37,286 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:37,289 INFO program/MainThread: stdout[221]: LVM 2024-03-01 16:58:37,289 INFO program/MainThread: stderr[221]: 2024-03-01 16:58:37,289 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 16:58:37,290 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:37,292 INFO program/MainThread: stdout[222]: LVM 2024-03-01 16:58:37,293 INFO program/MainThread: stderr[222]: 2024-03-01 16:58:37,293 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 16:58:37,293 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:37,296 INFO program/MainThread: stdout[223]: LVM 2024-03-01 16:58:37,296 INFO program/MainThread: stderr[223]: 2024-03-01 16:58:37,296 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 16:58:37,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,306 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:37,309 INFO program/MainThread: stdout[224]: LVM 2024-03-01 16:58:37,309 INFO program/MainThread: stderr[224]: 2024-03-01 16:58:37,309 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 16:58:37,309 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:37,312 INFO program/MainThread: stdout[225]: LVM 2024-03-01 16:58:37,312 INFO program/MainThread: stderr[225]: 2024-03-01 16:58:37,312 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 16:58:37,313 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:58:37,315 INFO program/MainThread: stdout[226]: LVM 2024-03-01 16:58:37,316 INFO program/MainThread: stderr[226]: 2024-03-01 16:58:37,316 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 16:58:37,319 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 16:58:37,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:37,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:37,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,346 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 16:58:37,349 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', '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-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT5EMJUt1mLHdiXU2frwAzWTSHTiyQTdk9', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1266010279'} ; 2024-03-01 16:58:37,349 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:58:37,349 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:37,352 INFO program/MainThread: stdout[227]: LVM 2024-03-01 16:58:37,352 INFO program/MainThread: stderr[227]: 2024-03-01 16:58:37,352 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 16:58:37,352 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:37,355 INFO program/MainThread: stdout[228]: LVM 2024-03-01 16:58:37,355 INFO program/MainThread: stderr[228]: 2024-03-01 16:58:37,356 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 16:58:37,356 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:37,359 INFO program/MainThread: stdout[229]: LVM 2024-03-01 16:58:37,359 INFO program/MainThread: stderr[229]: 2024-03-01 16:58:37,359 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 16:58:37,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,367 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:58:37,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,371 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,373 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,367 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b358400) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5EMJUt-1mLH-diXU-2frw-AzWT-SHTi-yQTdk9 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,373 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:58:37,377 INFO program/MainThread: stdout[230]: LVM 2024-03-01 16:58:37,377 INFO program/MainThread: stderr[230]: 2024-03-01 16:58:37,377 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 16:58:37,381 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:58:37,381 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 16:58:37,384 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArX2QswrUlielyXQ3CXw2bE2AFTkTTQAUq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'ID_FS_UUID_ENC': '1aaa96a8-7487-489c-a5a2-b1ab4cb3d87a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1257950365'} ; 2024-03-01 16:58:37,384 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:37,384 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,388 INFO program/MainThread: stdout[231]: LVM 2024-03-01 16:58:37,388 INFO program/MainThread: stderr[231]: 2024-03-01 16:58:37,388 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 16:58:37,388 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,391 INFO program/MainThread: stdout[232]: LVM 2024-03-01 16:58:37,391 INFO program/MainThread: stderr[232]: 2024-03-01 16:58:37,391 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 16:58:37,391 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,394 INFO program/MainThread: stdout[233]: LVM 2024-03-01 16:58:37,394 INFO program/MainThread: stderr[233]: 2024-03-01 16:58:37,395 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 16:58:37,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,403 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:58:37,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,407 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:37,408 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,409 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:37,403 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:37,410 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:37,413 INFO program/MainThread: stdout[234]: LVM 2024-03-01 16:58:37,413 INFO program/MainThread: stderr[234]: 2024-03-01 16:58:37,413 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 16:58:37,417 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:37,417 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:58:37,420 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/95573133-b26c-4e3d-8d74-4be88e7a291f ' '/dev/disk/by-id/dm-uuid-LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-g9rtp6ltI50eu1tt7vuUASZ7PrbdjKArzlDVa8jsXvSzQmmcsAvOiNJNeIFljvjG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'ID_FS_UUID_ENC': '95573133-b26c-4e3d-8d74-4be88e7a291f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1258239292'} ; 2024-03-01 16:58:37,420 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:37,420 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,423 INFO program/MainThread: stdout[235]: LVM 2024-03-01 16:58:37,423 INFO program/MainThread: stderr[235]: 2024-03-01 16:58:37,424 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 16:58:37,424 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,427 INFO program/MainThread: stdout[236]: LVM 2024-03-01 16:58:37,427 INFO program/MainThread: stderr[236]: 2024-03-01 16:58:37,427 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 16:58:37,427 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,430 INFO program/MainThread: stdout[237]: LVM 2024-03-01 16:58:37,430 INFO program/MainThread: stderr[237]: 2024-03-01 16:58:37,430 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 16:58:37,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,438 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:58:37,441 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,442 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:37,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:37,444 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:37,439 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:37,445 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:37,448 INFO program/MainThread: stdout[238]: LVM 2024-03-01 16:58:37,448 INFO program/MainThread: stderr[238]: 2024-03-01 16:58:37,448 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 16:58:37,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:37,452 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:58:37,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiTbLZybpzR0XidZoedQ3rJPyfpLiPTqeVr', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'ID_FS_UUID_ENC': '98ab8dc0-a0f1-439b-b96e-d5ffb8b4c8f3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259048719'} ; 2024-03-01 16:58:37,455 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:37,455 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:37,458 INFO program/MainThread: stdout[239]: LVM 2024-03-01 16:58:37,458 INFO program/MainThread: stderr[239]: 2024-03-01 16:58:37,458 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 16:58:37,459 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:37,461 INFO program/MainThread: stdout[240]: LVM 2024-03-01 16:58:37,462 INFO program/MainThread: stderr[240]: 2024-03-01 16:58:37,462 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 16:58:37,462 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:37,465 INFO program/MainThread: stdout[241]: LVM 2024-03-01 16:58:37,465 INFO program/MainThread: stderr[241]: 2024-03-01 16:58:37,465 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 16:58:37,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,473 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:58:37,476 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,477 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,477 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,478 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,473 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,479 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:37,482 INFO program/MainThread: stdout[242]: LVM 2024-03-01 16:58:37,482 INFO program/MainThread: stderr[242]: 2024-03-01 16:58:37,482 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 16:58:37,486 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:37,486 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:58:37,489 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/c98a203a-160a-4365-a212-e159558bcc25 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-MMHW5I1cY4mJtpCuT6EvDDbvwjKo9yiT9JUtG4QcWeTAvDYmcooEsutrt6J4GaOt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c98a203a-160a-4365-a212-e159558bcc25', 'ID_FS_UUID_ENC': 'c98a203a-160a-4365-a212-e159558bcc25', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1259335105'} ; 2024-03-01 16:58:37,490 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:37,490 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:37,493 INFO program/MainThread: stdout[243]: LVM 2024-03-01 16:58:37,493 INFO program/MainThread: stderr[243]: 2024-03-01 16:58:37,493 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 16:58:37,493 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:37,496 INFO program/MainThread: stdout[244]: LVM 2024-03-01 16:58:37,496 INFO program/MainThread: stderr[244]: 2024-03-01 16:58:37,496 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 16:58:37,496 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:37,499 INFO program/MainThread: stdout[245]: LVM 2024-03-01 16:58:37,499 INFO program/MainThread: stderr[245]: 2024-03-01 16:58:37,500 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 16:58:37,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,507 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:58:37,510 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,512 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,512 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,513 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,508 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,514 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:37,517 INFO program/MainThread: stdout[246]: LVM 2024-03-01 16:58:37,517 INFO program/MainThread: stderr[246]: 2024-03-01 16:58:37,517 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 16:58:37,521 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:37,521 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:37,524 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5-real ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5-real', 'DEVNAME': '/dev/dm-8', 'DEVPATH': '/devices/virtual/block/dm-8', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsnbEf94HnIYS6KKiJl9Sq0e6QXwyz26VH-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '8', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-8', 'SYS_PATH': '/sys/devices/virtual/block/dm-8', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263864592'} ; 2024-03-01 16:58:37,524 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 16:58:37,525 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:37,527 INFO program/MainThread: stdout[247]: LVM 2024-03-01 16:58:37,528 INFO program/MainThread: stderr[247]: 2024-03-01 16:58:37,528 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 16:58:37,528 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:37,531 INFO program/MainThread: stdout[248]: LVM 2024-03-01 16:58:37,531 INFO program/MainThread: stderr[248]: 2024-03-01 16:58:37,531 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 16:58:37,531 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:37,534 INFO program/MainThread: stdout[249]: LVM 2024-03-01 16:58:37,534 INFO program/MainThread: stderr[249]: 2024-03-01 16:58:37,534 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 16:58:37,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,545 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:37,548 INFO program/MainThread: stdout[250]: LVM 2024-03-01 16:58:37,548 INFO program/MainThread: stderr[250]: 2024-03-01 16:58:37,548 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 16:58:37,548 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:37,551 INFO program/MainThread: stdout[251]: LVM 2024-03-01 16:58:37,551 INFO program/MainThread: stderr[251]: 2024-03-01 16:58:37,551 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 16:58:37,551 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:58:37,554 INFO program/MainThread: stdout[252]: LVM 2024-03-01 16:58:37,554 INFO program/MainThread: stderr[252]: 2024-03-01 16:58:37,554 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 16:58:37,558 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 16:58:37,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:37,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:37,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:37,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:37,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,586 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 16:58:37,589 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1-cow', 'DEVNAME': '/dev/dm-9', 'DEVPATH': '/devices/virtual/block/dm-9', 'DEVTYPE': 'disk', '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-GY9Ig5kVvX6ERy3FKYArJcXew70QsRBsEZVpWMzzSoid76u9Fv2RJMqmeR8sGzVM-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '9', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-9', 'SYS_PATH': '/sys/devices/virtual/block/dm-9', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1263866028'} ; 2024-03-01 16:58:37,589 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 16:58:37,589 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:37,592 INFO program/MainThread: stdout[253]: LVM 2024-03-01 16:58:37,593 INFO program/MainThread: stderr[253]: 2024-03-01 16:58:37,593 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 16:58:37,593 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:37,596 INFO program/MainThread: stdout[254]: LVM 2024-03-01 16:58:37,596 INFO program/MainThread: stderr[254]: 2024-03-01 16:58:37,596 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 16:58:37,596 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:37,599 INFO program/MainThread: stdout[255]: LVM 2024-03-01 16:58:37,599 INFO program/MainThread: stderr[255]: 2024-03-01 16:58:37,599 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 16:58:37,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,609 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:37,613 INFO program/MainThread: stdout[256]: LVM 2024-03-01 16:58:37,613 INFO program/MainThread: stderr[256]: 2024-03-01 16:58:37,613 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 16:58:37,613 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:37,616 INFO program/MainThread: stdout[257]: LVM 2024-03-01 16:58:37,616 INFO program/MainThread: stderr[257]: 2024-03-01 16:58:37,616 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 16:58:37,616 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:58:37,619 INFO program/MainThread: stdout[258]: LVM 2024-03-01 16:58:37,619 INFO program/MainThread: stderr[258]: 2024-03-01 16:58:37,619 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 16:58:37,623 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 16:58:37,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:58:37,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:37,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:37,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:37,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:37,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,658 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 16:58:37,658 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:37,671 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:37,695 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 16:58:37,696 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 16:58:37,700 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:37,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,707 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:37,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:37,711 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:37,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,720 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:37,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:37,724 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:37,726 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:37,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,733 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:37,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:37,737 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:37,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,746 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:37,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:37,750 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:37,753 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:37,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,759 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:37,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:37,763 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:37,766 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:37,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:37,772 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:37,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:37,776 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:37,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,782 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:58:37,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,783 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,784 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,784 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,784 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,785 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,785 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,785 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,786 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,786 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,787 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,787 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:37,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:37,793 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:58:37,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:58:37,799 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:58:37,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:58:37,805 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:58:37,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:37,810 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:58:37,811 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:37,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,815 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,815 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,816 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,819 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,820 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,822 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,817 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,826 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,828 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,832 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,833 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,838 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,839 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,842 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,843 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,844 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,845 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,848 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,849 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,850 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,854 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,855 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,855 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,856 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,860 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,862 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,866 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,868 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,872 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,872 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,873 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,876 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,878 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,879 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,883 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,885 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,880 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,889 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,889 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,890 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,895 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,896 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,900 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,902 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,906 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,906 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,907 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,912 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,913 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,917 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,919 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,923 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,925 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,929 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,930 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,935 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,936 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,940 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,941 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,942 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,945 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,946 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,948 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,952 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,953 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,958 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,958 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,959 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,962 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,963 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,965 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,969 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,970 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,975 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,976 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,979 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,980 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,982 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,986 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,988 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,991 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,992 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:37,993 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:58:37,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3aecc0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JUtG4-QcWe-TAvD-Ymco-oEsu-trt6-J4GaOt 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:37,994 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:58:37,997 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:58:37,997 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 16:58:37,998 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 16:58:37,999 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:38,000 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv1 2024-03-01 16:58:38,001 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv1 2024-03-01 16:58:38,001 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 16:58:38,001 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 16:58:38,001 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 16:58:38,001 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 16:58:38,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 353 2024-03-01 16:58:38,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:38,005 INFO blivet/MainThread: registered action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:38,006 INFO program/MainThread: Running [259] dmsetup --version ... 2024-03-01 16:58:38,009 INFO program/MainThread: stdout[259]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 16:58:38,010 INFO program/MainThread: stderr[259]: 2024-03-01 16:58:38,010 INFO program/MainThread: ...done [259] (exit code: 0) 2024-03-01 16:58:38,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 4 ; 2024-03-01 16:58:38,014 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 16:58:38,014 INFO blivet/MainThread: registered action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:38,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 356 2024-03-01 16:58:38,018 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:58:38,019 INFO blivet/MainThread: registered action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:38,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 3 ; 2024-03-01 16:58:38,022 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:58:38,022 INFO blivet/MainThread: registered action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:38,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,028 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:58:38,029 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:38,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,032 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,033 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,036 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,037 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,038 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,034 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,041 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,042 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,043 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,045 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,046 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,046 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,047 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,050 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,051 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,052 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,055 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,057 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,060 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,060 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,061 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,064 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,065 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,066 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,069 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,069 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,070 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,070 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,073 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,074 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,075 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,079 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,080 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,083 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,084 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,088 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,089 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,092 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,093 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,094 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,097 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,098 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,098 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,102 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,102 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,103 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,106 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,107 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,108 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,110 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,111 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,111 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,112 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,115 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,116 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,116 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,117 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,120 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,121 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,124 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,125 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,125 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,126 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,129 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,130 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,130 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,131 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,134 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,135 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,135 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,136 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,139 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,140 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,140 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,143 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,144 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,145 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,148 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,149 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,150 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,152 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,153 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,154 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,154 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,157 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,158 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,159 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,163 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,164 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,167 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,168 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,168 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,172 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,173 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,177 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:38,178 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:58:38,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3cc978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = bLZybp-zR0X-idZo-edQ3-rJPy-fpLi-PTqeVr 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 (0x7ff75c48c9b0) -- 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 = MMHW5I-1cY4-mJtp-CuT6-EvDD-bvwj-Ko9yiT size = 2.98 GiB format = existing None major = 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:58:38,178 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:58:38,181 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:58:38,182 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv2 2024-03-01 16:58:38,182 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv2 2024-03-01 16:58:38,183 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv2 2024-03-01 16:58:38,184 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv2 2024-03-01 16:58:38,185 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 16:58:38,185 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 16:58:38,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 359 2024-03-01 16:58:38,188 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:38,188 INFO blivet/MainThread: registered action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:38,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 2 ; 2024-03-01 16:58:38,192 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv2_snapset1 (id 84) from device tree 2024-03-01 16:58:38,192 INFO blivet/MainThread: registered action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:38,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 362 2024-03-01 16:58:38,195 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:58:38,195 INFO blivet/MainThread: registered action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:38,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:38,199 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 71) from device tree 2024-03-01 16:58:38,199 INFO blivet/MainThread: registered action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:38,199 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'test_vg1', 'sdc'] 2024-03-01 16:58:38,199 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:58:38,202 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:58:38,203 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,206 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:38,209 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:38,212 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:38,212 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:58:38,212 INFO blivet/MainThread: registered action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:38,212 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:58:38,212 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:58:38,215 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:38,215 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 366 2024-03-01 16:58:38,218 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:58:38,218 INFO blivet/MainThread: registered action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:38,218 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:58:38,219 DEBUG blivet/MainThread: removing sda 2024-03-01 16:58:38,221 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:38,221 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 368 2024-03-01 16:58:38,225 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:58:38,225 INFO blivet/MainThread: registered action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:38,225 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:58:38,225 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:58:38,228 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:38,228 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 370 2024-03-01 16:58:38,231 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:58:38,231 INFO blivet/MainThread: registered action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:38,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,237 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:58:38,237 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,238 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,238 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,239 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,239 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,239 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,240 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,240 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,240 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,241 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,241 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,242 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:58:38,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:58:38,248 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:58:38,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (112) with existing lvmpv 2024-03-01 16:58:38,253 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:58:38,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (122) with existing lvmpv 2024-03-01 16:58:38,259 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:58:38,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,265 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:58:38,265 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:38,268 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,269 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,269 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,271 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,274 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,275 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,276 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,281 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,281 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,282 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,285 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,286 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,288 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,292 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,292 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,293 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,298 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,299 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,302 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,303 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,305 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,309 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,310 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,314 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,315 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,315 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,316 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,319 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,320 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,322 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,325 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,326 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,327 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,332 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,332 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,333 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,337 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,338 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,339 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,342 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,343 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,343 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,345 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,348 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,349 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,349 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,350 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,353 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,354 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,355 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,356 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,359 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,360 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,360 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,361 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,365 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,366 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,367 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,371 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,372 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,373 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,376 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,377 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,379 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,383 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,384 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,387 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,388 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,389 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,390 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,393 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,394 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,394 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,396 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,399 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,400 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,400 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,401 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,404 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,405 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,407 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,411 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,413 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,416 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,417 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,417 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,418 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,421 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,422 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,423 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,424 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,427 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,428 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,428 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,430 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,425 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,433 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,434 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,434 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,435 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,438 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,439 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,440 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,441 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,444 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,445 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,446 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,447 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:58:38,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3589e8) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = zlDVa8-jsXv-SzQm-mcsA-vOiN-JNeI-FljvjG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,447 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:58:38,450 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:58:38,451 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg2-lv3 2024-03-01 16:58:38,451 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv3 2024-03-01 16:58:38,452 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv3 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 16:58:38,453 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 16:58:38,454 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 372 2024-03-01 16:58:38,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:38,457 INFO blivet/MainThread: registered action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:38,460 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 4 ; 2024-03-01 16:58:38,461 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv3_snapset1 (id 144) from device tree 2024-03-01 16:58:38,461 INFO blivet/MainThread: registered action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:38,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 375 2024-03-01 16:58:38,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:58:38,464 INFO blivet/MainThread: registered action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:38,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 3 ; 2024-03-01 16:58:38,468 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 131) from device tree 2024-03-01 16:58:38,468 INFO blivet/MainThread: registered action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:38,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,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:58:38,474 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:38,476 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,477 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,477 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,478 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,482 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,482 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,483 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,486 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,487 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,487 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,490 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,491 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,492 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,495 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,496 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,496 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,497 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,493 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,500 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,500 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,501 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,501 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,505 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,505 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,506 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,509 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,509 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,510 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,511 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,513 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,514 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,514 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,515 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,518 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,519 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,519 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,520 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,523 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,523 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,524 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,524 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,527 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,528 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,528 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,529 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,532 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,533 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,533 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,534 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,536 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,537 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,538 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,538 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,541 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,542 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,542 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,543 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,546 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,546 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,548 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,551 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,552 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,552 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,555 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,556 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,556 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,557 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,560 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,560 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,561 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,565 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,565 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,566 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,569 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,570 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,570 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,571 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,573 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,574 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,575 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,575 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,578 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,579 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,579 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,580 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,583 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,583 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,585 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,587 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,588 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,589 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,592 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,593 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,594 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,597 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,597 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,598 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,598 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,601 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,602 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,603 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,606 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,607 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,607 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,608 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,610 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,611 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,612 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,612 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,615 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,616 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,616 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,617 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,620 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,620 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,621 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:38,622 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:58:38,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b3a1f98) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = X2Qswr-Ulie-lyXQ-3CXw-2bE2-AFTk-TTQAUq 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 (0x7ff75b365dd8) -- 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 = g9rtp6-ltI5-0eu1-tt7v-uUAS-Z7Pr-bdjKAr size = 2.98 GiB format = existing None major = 0 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:58:38,622 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:58:38,625 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:58:38,626 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv4 2024-03-01 16:58:38,626 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv4 2024-03-01 16:58:38,627 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv4 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv4 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv4 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv4 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv4 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 16:58:38,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 378 2024-03-01 16:58:38,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:38,632 INFO blivet/MainThread: registered action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:38,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 2 ; 2024-03-01 16:58:38,635 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv4_snapset1 (id 170) from device tree 2024-03-01 16:58:38,635 INFO blivet/MainThread: registered action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:38,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 381 2024-03-01 16:58:38,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:58:38,639 INFO blivet/MainThread: registered action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:38,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:38,642 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 157) from device tree 2024-03-01 16:58:38,642 INFO blivet/MainThread: registered action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:38,643 DEBUG blivet.ansible/MainThread: ['sde', 'sdf', 'sdd', 'test_vg2'] 2024-03-01 16:58:38,643 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:58:38,646 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (107) ; hidden: False ; 2024-03-01 16:58:38,646 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,649 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:38,652 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:38,655 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:38,655 INFO blivet/MainThread: removed lvmvg test_vg2 (id 107) from device tree 2024-03-01 16:58:38,655 INFO blivet/MainThread: registered action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:58:38,656 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:58:38,656 DEBUG blivet/MainThread: removing sde 2024-03-01 16:58:38,658 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (112) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:38,658 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 385 2024-03-01 16:58:38,662 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:58:38,662 INFO blivet/MainThread: registered action: [384] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:58:38,662 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:58:38,662 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:58:38,665 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (122) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:38,665 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 387 2024-03-01 16:58:38,668 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:58:38,668 INFO blivet/MainThread: registered action: [386] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:58:38,668 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:58:38,668 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:58:38,671 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (98) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:38,671 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:38,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 389 2024-03-01 16:58:38,674 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:58:38,674 INFO blivet/MainThread: registered action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:58:38,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,680 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:58:38,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,682 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,682 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,683 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,683 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,684 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,684 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,685 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,685 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,685 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,686 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:58:38,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:58:38,692 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:58:38,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:58:38,698 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:58:38,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:58:38,704 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:58:38,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (218) with existing lvmpv 2024-03-01 16:58:38,709 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:58:38,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:38,716 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:58:38,716 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:38,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,721 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,723 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,729 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,732 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,738 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,740 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,746 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,748 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,754 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,757 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,763 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,765 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,771 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,773 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,779 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,782 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,788 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,790 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,796 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,798 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,804 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,806 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,799 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,813 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,815 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,821 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,823 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,829 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,831 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,837 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,840 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,844 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,846 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,848 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,841 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,854 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,856 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,862 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,865 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,871 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,873 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,877 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,879 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,879 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,881 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,887 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,889 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,895 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,898 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,904 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,906 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,912 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,914 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,921 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,923 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,929 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,931 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,937 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,939 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,945 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,948 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,952 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,954 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,956 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,962 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,964 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,970 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,973 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,979 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:38,981 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:58:38,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b36d710) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = nbEf94-HnIY-S6KK-iJl9-Sq0e-6QXw-yz26VH 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:38,982 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:58:38,985 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:58:38,985 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv5 2024-03-01 16:58:38,985 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv5 2024-03-01 16:58:38,985 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg3-lv5 2024-03-01 16:58:38,986 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv5 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 16:58:38,987 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 16:58:38,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 391 2024-03-01 16:58:38,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:38,991 INFO blivet/MainThread: registered action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:38,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 8 ; 2024-03-01 16:58:38,995 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv5_snapset1 (id 240) from device tree 2024-03-01 16:58:38,995 INFO blivet/MainThread: registered action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:38,995 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 394 2024-03-01 16:58:38,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:58:38,998 INFO blivet/MainThread: registered action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:39,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 7 ; 2024-03-01 16:58:39,002 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 227) from device tree 2024-03-01 16:58:39,002 INFO blivet/MainThread: registered action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:39,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,008 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:58:39,008 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:39,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,013 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,013 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,015 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,020 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,022 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,028 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,030 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,035 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,037 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,042 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,044 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,050 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,052 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,057 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,059 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,064 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,066 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,072 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,073 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,079 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,081 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,086 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,088 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,093 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,095 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,101 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,103 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,108 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,110 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,115 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,117 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,123 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,125 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,130 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,132 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,138 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,139 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,145 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,147 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,152 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,154 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,160 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,160 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,162 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,167 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,169 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,175 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,176 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,182 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,184 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,189 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,191 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,196 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,198 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,204 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,206 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,211 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,213 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,218 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,220 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,226 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,227 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,233 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,235 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,240 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,242 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:58:39,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b381390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7Y8Nil-fjcs-w6uc-Ke1J-znz2-30c0-c1w8Ud 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 (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,243 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:58:39,246 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:58:39,246 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv6 2024-03-01 16:58:39,247 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv6 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 16:58:39,248 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 16:58:39,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 397 2024-03-01 16:58:39,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:39,252 INFO blivet/MainThread: registered action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:39,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 6 ; 2024-03-01 16:58:39,256 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv6_snapset1 (id 266) from device tree 2024-03-01 16:58:39,256 INFO blivet/MainThread: registered action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:39,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 400 2024-03-01 16:58:39,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:58:39,259 INFO blivet/MainThread: registered action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:39,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 5 ; 2024-03-01 16:58:39,263 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 253) from device tree 2024-03-01 16:58:39,263 INFO blivet/MainThread: registered action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:39,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,269 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:58:39,269 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:39,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,273 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,275 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,280 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,281 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,286 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,287 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,292 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,294 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,299 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,300 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,305 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,306 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,311 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,313 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,317 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,319 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,324 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,325 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,330 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,332 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,336 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,338 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,342 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,344 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,349 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,350 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,355 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,357 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,361 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,363 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,368 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,369 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,374 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,376 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,380 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,382 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,387 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,388 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,393 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,395 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,389 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,399 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,401 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,406 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,407 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,412 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,413 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,418 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,420 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,424 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,426 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,420 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,431 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,432 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,437 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,437 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,439 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,443 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,445 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,450 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,451 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,456 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,457 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,462 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,463 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,464 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,468 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,470 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:58:39,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75c47fc88) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = rBv9Ae-bynp-wVqo-Ru9a-np6J-SPvC-NhFciz size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,471 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:58:39,474 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:58:39,474 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv7 2024-03-01 16:58:39,474 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv7 2024-03-01 16:58:39,474 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv7 2024-03-01 16:58:39,474 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv7 2024-03-01 16:58:39,475 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv7 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv7 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv7 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv7 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 16:58:39,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 403 2024-03-01 16:58:39,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:39,479 INFO blivet/MainThread: registered action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:39,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 4 ; 2024-03-01 16:58:39,483 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv7_snapset1 (id 292) from device tree 2024-03-01 16:58:39,483 INFO blivet/MainThread: registered action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:39,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 406 2024-03-01 16:58:39,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:58:39,487 INFO blivet/MainThread: registered action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:39,490 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:58:39,490 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 279) from device tree 2024-03-01 16:58:39,490 INFO blivet/MainThread: registered action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:39,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,496 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:58:39,497 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:39,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,500 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,501 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,505 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,507 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,511 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,512 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,516 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,517 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,521 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,522 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,518 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,526 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,527 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,531 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,533 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,537 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,538 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,542 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,543 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,547 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,548 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,552 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,554 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,549 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,558 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,559 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,563 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,564 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,559 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,568 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,569 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,573 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,575 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,578 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,580 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,584 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,585 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,589 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,590 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,586 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,594 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,596 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,599 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,601 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,605 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,606 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,610 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,611 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,615 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,617 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,621 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,622 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,626 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,627 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,631 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,632 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,636 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,637 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,641 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,643 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,647 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,648 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,652 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,653 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,657 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,658 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,662 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:39,663 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:58:39,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff75b38c278) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = UB2ymo-QVMZ-0TD8-scuN-994o-9ljj-wE98pa size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff75b365da0) -- 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 = GY9Ig5-kVvX-6ERy-3FKY-ArJc-Xew7-0QsRBs size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:58:39,664 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:58:39,667 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:58:39,667 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv8 2024-03-01 16:58:39,668 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv8 2024-03-01 16:58:39,669 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv8 2024-03-01 16:58:39,669 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv8 2024-03-01 16:58:39,669 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv8 2024-03-01 16:58:39,669 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 16:58:39,669 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 16:58:39,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 409 2024-03-01 16:58:39,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:58:39,672 INFO blivet/MainThread: registered action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:39,676 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 2 ; 2024-03-01 16:58:39,676 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv8_snapset1 (id 318) from device tree 2024-03-01 16:58:39,676 INFO blivet/MainThread: registered action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:39,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 412 2024-03-01 16:58:39,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:58:39,680 INFO blivet/MainThread: registered action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:39,683 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:58:39,683 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 305) from device tree 2024-03-01 16:58:39,683 INFO blivet/MainThread: registered action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:39,683 DEBUG blivet.ansible/MainThread: ['sdh', 'sdi', 'sdg', 'sdj', 'test_vg3'] 2024-03-01 16:58:39,683 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:58:39,686 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (193) ; hidden: False ; 2024-03-01 16:58:39,687 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,690 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:39,693 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:39,696 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:39,699 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:39,699 INFO blivet/MainThread: removed lvmvg test_vg3 (id 193) from device tree 2024-03-01 16:58:39,700 INFO blivet/MainThread: registered action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:58:39,700 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:58:39,700 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:58:39,702 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (198) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,703 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 416 2024-03-01 16:58:39,706 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,706 INFO blivet/MainThread: registered action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:58:39,706 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:58:39,706 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:58:39,709 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (208) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,709 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 418 2024-03-01 16:58:39,712 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,712 INFO blivet/MainThread: registered action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:58:39,712 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:58:39,712 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:58:39,715 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (184) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,715 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 420 2024-03-01 16:58:39,718 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,718 INFO blivet/MainThread: registered action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:58:39,718 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:58:39,719 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:58:39,721 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (218) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:39,721 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:39,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 422 2024-03-01 16:58:39,725 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:58:39,725 INFO blivet/MainThread: registered action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:58:39,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,737 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,772 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,799 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:39,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,811 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,837 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:39,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,848 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,875 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:39,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,887 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,914 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:39,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,926 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,952 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:39,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,965 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,992 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:39,992 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,004 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,030 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,041 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,067 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:40,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,077 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,103 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,115 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,142 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:40,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,152 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,179 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,191 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,218 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:40,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,228 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,254 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,264 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,291 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:40,291 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,303 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,330 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,330 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,340 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,366 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:40,367 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:40,368 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:40,369 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:40,370 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:40,371 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:58:40,371 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:58:40,371 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:58:40,371 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:58:40,371 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:58:40,371 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:58:40,375 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:58:40,378 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:40,380 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:40,383 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:58:40,384 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:58:40,387 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:40,387 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 0x7ff75b290eb8> 2024-03-01 16:58:40,387 INFO blivet/MainThread: sorting actions... 2024-03-01 16:58:40,446 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:40,446 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:40,447 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:40,447 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:40,447 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:40,447 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:40,447 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:40,447 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:40,448 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:40,448 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:40,448 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:40,448 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:40,448 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:40,448 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:58:40,449 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:40,450 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:40,450 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:40,450 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:40,450 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:40,450 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:40,450 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:40,452 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:40,452 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:40,452 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:40,452 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:40,452 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,452 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,453 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,453 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,453 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,453 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,453 INFO blivet/MainThread: executing action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:40,456 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,457 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8_snapset1 2024-03-01 16:58:40,467 INFO program/MainThread: stdout: 2024-03-01 16:58:40,467 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:58:40,467 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,483 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,483 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,495 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,495 INFO blivet/MainThread: executing action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:58:40,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:40,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:40,506 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,509 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,513 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,516 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,519 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,522 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,525 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,528 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:58:40,531 INFO program/MainThread: Running [260] lvm lvremove --yes --force test_vg3/lv8_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:40,653 INFO program/MainThread: stdout[260]: Logical volume "lv8_snapset1" successfully removed. 2024-03-01 16:58:40,654 INFO program/MainThread: stderr[260]: 2024-03-01 16:58:40,654 INFO program/MainThread: ...done [260] (exit code: 0) 2024-03-01 16:58:40,654 INFO blivet/MainThread: executing action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:40,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,671 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:40,671 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:58:40,688 INFO program/MainThread: stdout: 2024-03-01 16:58:40,689 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:40,689 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,717 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,717 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,727 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,727 INFO blivet/MainThread: executing action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:58:40,731 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:40,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:58:40,739 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:40,742 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:58:40,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:58:40,746 INFO program/MainThread: Running [261] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:40,779 INFO program/MainThread: stdout[261]: 2024-03-01 16:58:40,779 INFO program/MainThread: stderr[261]: 2024-03-01 16:58:40,779 INFO program/MainThread: ...done [261] (exit code: 0) 2024-03-01 16:58:40,784 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:40,788 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,791 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,794 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,797 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,800 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,803 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,807 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,810 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:58:40,813 INFO program/MainThread: Running [262] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:40,860 INFO program/MainThread: stdout[262]: Logical volume "lv8" successfully removed. 2024-03-01 16:58:40,861 INFO program/MainThread: stderr[262]: 2024-03-01 16:58:40,861 INFO program/MainThread: ...done [262] (exit code: 0) 2024-03-01 16:58:40,862 INFO blivet/MainThread: executing action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:40,870 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,870 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 16:58:40,903 INFO program/MainThread: stdout: 2024-03-01 16:58:40,903 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:58:40,903 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,904 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,922 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,922 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,932 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,932 INFO blivet/MainThread: executing action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:58:40,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:40,940 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:40,943 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,946 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,949 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,952 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,956 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,959 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,962 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,965 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:40,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:58:40,969 INFO program/MainThread: Running [263] lvm lvremove --yes --force test_vg3/lv7_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,094 INFO program/MainThread: stdout[263]: Logical volume "lv7_snapset1" successfully removed. 2024-03-01 16:58:41,094 INFO program/MainThread: stderr[263]: 2024-03-01 16:58:41,094 INFO program/MainThread: ...done [263] (exit code: 0) 2024-03-01 16:58:41,095 INFO blivet/MainThread: executing action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:41,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,111 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:41,111 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:58:41,138 INFO program/MainThread: stdout: 2024-03-01 16:58:41,138 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:41,138 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,138 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,160 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,171 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,171 INFO blivet/MainThread: executing action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:58:41,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:41,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:58:41,183 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:41,186 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:58:41,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:58:41,190 INFO program/MainThread: Running [264] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,229 INFO program/MainThread: stdout[264]: 2024-03-01 16:58:41,229 INFO program/MainThread: stderr[264]: 2024-03-01 16:58:41,229 INFO program/MainThread: ...done [264] (exit code: 0) 2024-03-01 16:58:41,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,237 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,240 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,243 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,247 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,250 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,253 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,256 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,259 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:58:41,262 INFO program/MainThread: Running [265] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,312 INFO program/MainThread: stdout[265]: Logical volume "lv7" successfully removed. 2024-03-01 16:58:41,312 INFO program/MainThread: stderr[265]: 2024-03-01 16:58:41,312 INFO program/MainThread: ...done [265] (exit code: 0) 2024-03-01 16:58:41,313 INFO blivet/MainThread: executing action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:41,321 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:41,321 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6_snapset1 2024-03-01 16:58:41,351 INFO program/MainThread: stdout: 2024-03-01 16:58:41,351 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:58:41,351 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,369 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,379 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,379 INFO blivet/MainThread: executing action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:58:41,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:41,387 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,390 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,393 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,396 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,402 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,409 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:58:41,415 INFO program/MainThread: Running [266] lvm lvremove --yes --force test_vg3/lv6_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,538 INFO program/MainThread: stdout[266]: Logical volume "lv6_snapset1" successfully removed. 2024-03-01 16:58:41,539 INFO program/MainThread: stderr[266]: 2024-03-01 16:58:41,539 INFO program/MainThread: ...done [266] (exit code: 0) 2024-03-01 16:58:41,540 INFO blivet/MainThread: executing action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:41,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,556 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:41,557 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:58:41,572 INFO program/MainThread: stdout: 2024-03-01 16:58:41,572 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:41,572 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,602 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,614 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,614 INFO blivet/MainThread: executing action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:58:41,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:41,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:58:41,626 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:41,629 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:58:41,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:58:41,633 INFO program/MainThread: Running [267] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,671 INFO program/MainThread: stdout[267]: 2024-03-01 16:58:41,671 INFO program/MainThread: stderr[267]: 2024-03-01 16:58:41,671 INFO program/MainThread: ...done [267] (exit code: 0) 2024-03-01 16:58:41,676 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,679 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,682 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,685 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,688 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,691 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,695 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,698 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,701 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:58:41,704 INFO program/MainThread: Running [268] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,751 INFO program/MainThread: stdout[268]: Logical volume "lv6" successfully removed. 2024-03-01 16:58:41,751 INFO program/MainThread: stderr[268]: 2024-03-01 16:58:41,751 INFO program/MainThread: ...done [268] (exit code: 0) 2024-03-01 16:58:41,752 INFO blivet/MainThread: executing action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:41,760 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:41,760 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5_snapset1 2024-03-01 16:58:41,785 INFO program/MainThread: stdout: 2024-03-01 16:58:41,785 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:58:41,785 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,809 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,821 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,821 INFO blivet/MainThread: executing action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:58:41,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:41,829 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:41,832 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,835 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,838 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,841 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,845 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,848 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,851 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,854 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:41,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:58:41,857 INFO program/MainThread: Running [269] lvm lvremove --yes --force test_vg3/lv5_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:41,970 INFO program/MainThread: stdout[269]: Logical volume "lv5_snapset1" successfully removed. 2024-03-01 16:58:41,971 INFO program/MainThread: stderr[269]: 2024-03-01 16:58:41,971 INFO program/MainThread: ...done [269] (exit code: 0) 2024-03-01 16:58:41,972 INFO blivet/MainThread: executing action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:41,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,988 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:41,988 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:58:42,003 INFO program/MainThread: stdout: 2024-03-01 16:58:42,003 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:42,004 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,035 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,035 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,046 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,046 INFO blivet/MainThread: executing action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:58:42,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:42,054 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:58:42,058 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:42,061 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:58:42,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:58:42,065 INFO program/MainThread: Running [270] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,096 INFO program/MainThread: stdout[270]: 2024-03-01 16:58:42,096 INFO program/MainThread: stderr[270]: 2024-03-01 16:58:42,096 INFO program/MainThread: ...done [270] (exit code: 0) 2024-03-01 16:58:42,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:42,104 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,107 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,110 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,113 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,116 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,123 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,126 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:58:42,129 INFO program/MainThread: Running [271] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,171 INFO program/MainThread: stdout[271]: Logical volume "lv5" successfully removed. 2024-03-01 16:58:42,171 INFO program/MainThread: stderr[271]: 2024-03-01 16:58:42,171 INFO program/MainThread: ...done [271] (exit code: 0) 2024-03-01 16:58:42,172 INFO blivet/MainThread: executing action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:58:42,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:58:42,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:58:42,191 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:42,205 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,211 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,217 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,226 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,232 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,239 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,242 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,245 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:42,248 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:58:42,248 INFO program/MainThread: Running [272] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,291 INFO program/MainThread: stdout[272]: Volume group "test_vg3" is already consistent. 2024-03-01 16:58:42,292 INFO program/MainThread: stderr[272]: 2024-03-01 16:58:42,292 INFO program/MainThread: ...done [272] (exit code: 0) 2024-03-01 16:58:42,292 INFO program/MainThread: Running [273] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,345 INFO program/MainThread: stdout[273]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:58:42,345 INFO program/MainThread: stderr[273]: 2024-03-01 16:58:42,345 INFO program/MainThread: ...done [273] (exit code: 0) 2024-03-01 16:58:42,346 INFO program/MainThread: Running [274] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,383 INFO program/MainThread: stdout[274]: Volume group "test_vg3" successfully removed 2024-03-01 16:58:42,383 INFO program/MainThread: stderr[274]: 2024-03-01 16:58:42,383 INFO program/MainThread: ...done [274] (exit code: 0) 2024-03-01 16:58:42,384 INFO blivet/MainThread: executing action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:58:42,391 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,398 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,403 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,404 INFO program/MainThread: Running [275] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,454 INFO program/MainThread: stdout[275]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:58:42,454 INFO program/MainThread: stderr[275]: 2024-03-01 16:58:42,454 INFO program/MainThread: ...done [275] (exit code: 0) 2024-03-01 16:58:42,455 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:58:42,455 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,466 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,466 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,476 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,476 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,488 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,488 INFO blivet/MainThread: executing action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:58:42,492 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,495 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,498 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,498 INFO program/MainThread: Running [276] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,528 INFO program/MainThread: stdout[276]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:58:42,528 INFO program/MainThread: stderr[276]: 2024-03-01 16:58:42,528 INFO program/MainThread: ...done [276] (exit code: 0) 2024-03-01 16:58:42,529 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:58:42,529 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,562 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,563 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,576 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,591 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,591 INFO blivet/MainThread: executing action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:58:42,596 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,599 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,602 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,602 INFO program/MainThread: Running [277] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,633 INFO program/MainThread: stdout[277]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:58:42,633 INFO program/MainThread: stderr[277]: 2024-03-01 16:58:42,634 INFO program/MainThread: ...done [277] (exit code: 0) 2024-03-01 16:58:42,634 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:58:42,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,660 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,661 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,677 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,693 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,693 INFO blivet/MainThread: executing action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:58:42,697 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,700 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,703 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:58:42,704 INFO program/MainThread: Running [278] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,733 INFO program/MainThread: stdout[278]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:58:42,734 INFO program/MainThread: stderr[278]: 2024-03-01 16:58:42,734 INFO program/MainThread: ...done [278] (exit code: 0) 2024-03-01 16:58:42,734 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:58:42,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,761 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,762 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,776 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,787 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,788 INFO blivet/MainThread: executing action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:42,793 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:42,793 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 16:58:42,804 INFO program/MainThread: stdout: 2024-03-01 16:58:42,804 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:58:42,804 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,821 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:42,833 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:42,833 INFO blivet/MainThread: executing action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:58:42,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:42,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:42,844 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,847 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:58:42,851 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,854 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:58:42,857 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:42,860 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:58:42,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:58:42,863 INFO program/MainThread: Running [279] lvm lvremove --yes --force test_vg2/lv4_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:42,985 INFO program/MainThread: stdout[279]: Logical volume "lv4_snapset1" successfully removed. 2024-03-01 16:58:42,985 INFO program/MainThread: stderr[279]: 2024-03-01 16:58:42,986 INFO program/MainThread: ...done [279] (exit code: 0) 2024-03-01 16:58:42,986 INFO blivet/MainThread: executing action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:42,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,001 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:43,001 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:58:43,017 INFO program/MainThread: stdout: 2024-03-01 16:58:43,018 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:43,018 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,039 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,049 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,049 INFO blivet/MainThread: executing action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:58:43,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:43,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:58:43,061 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:43,064 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:58:43,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:58:43,068 INFO program/MainThread: Running [280] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,103 INFO program/MainThread: stdout[280]: 2024-03-01 16:58:43,103 INFO program/MainThread: stderr[280]: 2024-03-01 16:58:43,103 INFO program/MainThread: ...done [280] (exit code: 0) 2024-03-01 16:58:43,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:43,111 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,114 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,117 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,124 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,127 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:58:43,130 INFO program/MainThread: Running [281] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,166 INFO program/MainThread: stdout[281]: Logical volume "lv4" successfully removed. 2024-03-01 16:58:43,167 INFO program/MainThread: stderr[281]: 2024-03-01 16:58:43,167 INFO program/MainThread: ...done [281] (exit code: 0) 2024-03-01 16:58:43,167 INFO blivet/MainThread: executing action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:43,175 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:43,176 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 16:58:43,205 INFO program/MainThread: stdout: 2024-03-01 16:58:43,205 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:43,205 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,222 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,234 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,234 INFO blivet/MainThread: executing action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:43,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:43,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:43,245 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,248 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,252 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,255 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,258 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,261 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:58:43,264 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:43,264 INFO program/MainThread: Running [282] lvm lvremove --yes --force test_vg2/lv3_snapset1 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,381 INFO program/MainThread: stdout[282]: Logical volume "lv3_snapset1" successfully removed. 2024-03-01 16:58:43,381 INFO program/MainThread: stderr[282]: 2024-03-01 16:58:43,381 INFO program/MainThread: ...done [282] (exit code: 0) 2024-03-01 16:58:43,382 INFO blivet/MainThread: executing action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:43,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,400 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:43,400 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:58:43,415 INFO program/MainThread: stdout: 2024-03-01 16:58:43,415 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:43,415 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,415 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,434 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,434 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,445 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,445 INFO blivet/MainThread: executing action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:43,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:43,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:43,457 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:43,460 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:58:43,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:43,464 INFO program/MainThread: Running [283] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,496 INFO program/MainThread: stdout[283]: 2024-03-01 16:58:43,496 INFO program/MainThread: stderr[283]: 2024-03-01 16:58:43,496 INFO program/MainThread: ...done [283] (exit code: 0) 2024-03-01 16:58:43,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:43,504 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,507 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,511 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,514 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,517 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,520 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:58:43,523 INFO program/MainThread: Running [284] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,558 INFO program/MainThread: stdout[284]: Logical volume "lv3" successfully removed. 2024-03-01 16:58:43,558 INFO program/MainThread: stderr[284]: 2024-03-01 16:58:43,558 INFO program/MainThread: ...done [284] (exit code: 0) 2024-03-01 16:58:43,559 INFO blivet/MainThread: executing action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:58:43,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:58:43,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:58:43,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:43,587 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,593 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,601 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,606 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,610 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,615 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:43,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:58:43,620 INFO program/MainThread: Running [285] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,653 INFO program/MainThread: stdout[285]: Volume group "test_vg2" is already consistent. 2024-03-01 16:58:43,653 INFO program/MainThread: stderr[285]: 2024-03-01 16:58:43,653 INFO program/MainThread: ...done [285] (exit code: 0) 2024-03-01 16:58:43,653 INFO program/MainThread: Running [286] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,700 INFO program/MainThread: stdout[286]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:58:43,700 INFO program/MainThread: stderr[286]: 2024-03-01 16:58:43,700 INFO program/MainThread: ...done [286] (exit code: 0) 2024-03-01 16:58:43,700 INFO program/MainThread: Running [287] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,737 INFO program/MainThread: stdout[287]: Volume group "test_vg2" successfully removed 2024-03-01 16:58:43,737 INFO program/MainThread: stderr[287]: 2024-03-01 16:58:43,738 INFO program/MainThread: ...done [287] (exit code: 0) 2024-03-01 16:58:43,738 INFO blivet/MainThread: executing action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:58:43,745 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,753 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,758 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,759 INFO program/MainThread: Running [288] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,801 INFO program/MainThread: stdout[288]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:58:43,802 INFO program/MainThread: stderr[288]: 2024-03-01 16:58:43,802 INFO program/MainThread: ...done [288] (exit code: 0) 2024-03-01 16:58:43,802 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:58:43,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,834 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,851 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,861 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,861 INFO blivet/MainThread: executing action: [386] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:58:43,865 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,869 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,871 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,872 INFO program/MainThread: Running [289] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,899 INFO program/MainThread: stdout[289]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:58:43,899 INFO program/MainThread: stderr[289]: 2024-03-01 16:58:43,899 INFO program/MainThread: ...done [289] (exit code: 0) 2024-03-01 16:58:43,899 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:58:43,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,927 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,942 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,957 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,957 INFO blivet/MainThread: executing action: [384] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:58:43,961 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:43,964 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,967 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:43,967 INFO program/MainThread: Running [290] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,996 INFO program/MainThread: stdout[290]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:58:43,996 INFO program/MainThread: stderr[290]: 2024-03-01 16:58:43,996 INFO program/MainThread: ...done [290] (exit code: 0) 2024-03-01 16:58:43,996 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:58:43,997 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,030 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,042 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,058 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,058 INFO blivet/MainThread: executing action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:44,063 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:44,063 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 16:58:44,073 INFO program/MainThread: stdout: 2024-03-01 16:58:44,073 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:44,073 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,093 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,106 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,106 INFO blivet/MainThread: executing action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:44,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:44,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:44,117 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,123 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,126 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,129 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,132 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:44,136 INFO program/MainThread: Running [291] lvm lvremove --yes --force test_vg1/lv2_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,259 INFO program/MainThread: stdout[291]: Logical volume "lv2_snapset1" successfully removed. 2024-03-01 16:58:44,260 INFO program/MainThread: stderr[291]: 2024-03-01 16:58:44,260 INFO program/MainThread: ...done [291] (exit code: 0) 2024-03-01 16:58:44,261 INFO blivet/MainThread: executing action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:44,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,275 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:44,276 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:58:44,291 INFO program/MainThread: stdout: 2024-03-01 16:58:44,291 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:44,291 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,291 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,308 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,318 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,318 INFO blivet/MainThread: executing action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:44,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:44,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:44,330 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:44,334 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:58:44,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:44,337 INFO program/MainThread: Running [292] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,373 INFO program/MainThread: stdout[292]: 2024-03-01 16:58:44,373 INFO program/MainThread: stderr[292]: 2024-03-01 16:58:44,373 INFO program/MainThread: ...done [292] (exit code: 0) 2024-03-01 16:58:44,378 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:44,381 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,384 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,387 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,390 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,394 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,397 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:58:44,400 INFO program/MainThread: Running [293] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,444 INFO program/MainThread: stdout[293]: Logical volume "lv2" successfully removed. 2024-03-01 16:58:44,445 INFO program/MainThread: stderr[293]: 2024-03-01 16:58:44,445 INFO program/MainThread: ...done [293] (exit code: 0) 2024-03-01 16:58:44,446 INFO blivet/MainThread: executing action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:44,451 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:44,451 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 16:58:44,473 INFO program/MainThread: stdout: 2024-03-01 16:58:44,473 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:44,473 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,493 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,506 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,506 INFO blivet/MainThread: executing action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:44,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:44,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:44,517 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,520 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,524 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,527 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,530 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,533 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:44,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:44,536 INFO program/MainThread: Running [294] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,662 INFO program/MainThread: stdout[294]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 16:58:44,662 INFO program/MainThread: stderr[294]: 2024-03-01 16:58:44,662 INFO program/MainThread: ...done [294] (exit code: 0) 2024-03-01 16:58:44,663 INFO blivet/MainThread: executing action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:44,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,677 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:44,677 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:58:44,694 INFO program/MainThread: stdout: 2024-03-01 16:58:44,694 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:44,694 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,694 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,709 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,719 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,719 INFO blivet/MainThread: executing action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:44,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:44,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:44,731 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:44,734 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:58:44,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:44,738 INFO program/MainThread: Running [295] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,771 INFO program/MainThread: stdout[295]: 2024-03-01 16:58:44,771 INFO program/MainThread: stderr[295]: 2024-03-01 16:58:44,771 INFO program/MainThread: ...done [295] (exit code: 0) 2024-03-01 16:58:44,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:44,778 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,782 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:44,785 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,788 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:44,791 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,795 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:44,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:44,798 INFO program/MainThread: Running [296] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,835 INFO program/MainThread: stdout[296]: Logical volume "lv1" successfully removed. 2024-03-01 16:58:44,835 INFO program/MainThread: stderr[296]: 2024-03-01 16:58:44,835 INFO program/MainThread: ...done [296] (exit code: 0) 2024-03-01 16:58:44,836 INFO blivet/MainThread: executing action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:44,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:58:44,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:58:44,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:44,866 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,871 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:44,876 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,882 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:44,887 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:44,890 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:44,894 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:58:44,894 INFO program/MainThread: Running [297] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,934 INFO program/MainThread: stdout[297]: Volume group "test_vg1" is already consistent. 2024-03-01 16:58:44,935 INFO program/MainThread: stderr[297]: 2024-03-01 16:58:44,935 INFO program/MainThread: ...done [297] (exit code: 0) 2024-03-01 16:58:44,935 INFO program/MainThread: Running [298] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:44,974 INFO program/MainThread: stdout[298]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:58:44,974 INFO program/MainThread: stderr[298]: 2024-03-01 16:58:44,974 INFO program/MainThread: ...done [298] (exit code: 0) 2024-03-01 16:58:44,974 INFO program/MainThread: Running [299] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:45,010 INFO program/MainThread: stdout[299]: Volume group "test_vg1" successfully removed 2024-03-01 16:58:45,011 INFO program/MainThread: stderr[299]: 2024-03-01 16:58:45,011 INFO program/MainThread: ...done [299] (exit code: 0) 2024-03-01 16:58:45,011 INFO blivet/MainThread: executing action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:45,018 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:45,028 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:45,034 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:45,034 INFO program/MainThread: Running [300] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:45,074 INFO program/MainThread: stdout[300]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:58:45,074 INFO program/MainThread: stderr[300]: 2024-03-01 16:58:45,074 INFO program/MainThread: ...done [300] (exit code: 0) 2024-03-01 16:58:45,074 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:58:45,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,102 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,102 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,119 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,130 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,131 INFO blivet/MainThread: executing action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:45,136 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:45,139 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:45,142 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:45,142 INFO program/MainThread: Running [301] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:45,174 INFO program/MainThread: stdout[301]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:58:45,174 INFO program/MainThread: stderr[301]: 2024-03-01 16:58:45,174 INFO program/MainThread: ...done [301] (exit code: 0) 2024-03-01 16:58:45,175 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:58:45,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,203 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,204 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,215 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,229 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,229 INFO blivet/MainThread: executing action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:45,233 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:45,236 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:45,239 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:45,239 INFO program/MainThread: Running [302] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:45,265 INFO program/MainThread: stdout[302]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:58:45,265 INFO program/MainThread: stderr[302]: 2024-03-01 16:58:45,265 INFO program/MainThread: ...done [302] (exit code: 0) 2024-03-01 16:58:45,265 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:58:45,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,294 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,307 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:45,320 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:45,325 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:45,325 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 0x7ff75b3422b0> to retry, use: --limit @/tmp/tests_extend_basic.retry PLAY RECAP ********************************************************************* sut : ok=124 changed=4 unreachable=0 failed=1 skipped=81 rescued=0 ignored=0 Friday 01 March 2024 16:58:52 +0000 (0:00:00.961) 0:01:43.026 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 16.93s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.76s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 9.32s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.03s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 2.77s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command extend -------- 2.60s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.52s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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 --- 2.51s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.49s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.45s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.44s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.40s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.39s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.38s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.38s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.37s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.37s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.37s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.36s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.36s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---