# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_mount_no_vg_fail.yml ******************************************* 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml PLAY [Verify snapshot mount action fails VG doesn't exist] ********************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:2 Friday 01 March 2024 20:53:45 +0000 (0:00:00.032) 0:00:00.032 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:19 Friday 01 March 2024 20:53:46 +0000 (0:00:00.991) 0:00:01.023 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:10 Friday 01 March 2024 20:53:46 +0000 (0:00:00.012) 0:00:01.036 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:15 Friday 01 March 2024 20:53:47 +0000 (0:00:00.243) 0:00:01.279 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:19 Friday 01 March 2024 20:53:47 +0000 (0:00:00.016) 0:00:01.296 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:53:47 +0000 (0:00:00.016) 0:00:01.312 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:53:47 +0000 (0:00:00.013) 0:00:01.326 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:53:47 +0000 (0:00:00.018) 0:00:01.344 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:53:47 +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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:53:47 +0000 (0:00:00.192) 0:00:01.564 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:53:47 +0000 (0:00:00.013) 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:53:47 +0000 (0:00:00.009) 0:00:01.587 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:53:47 +0000 (0:00:00.009) 0:00:01.596 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:53:47 +0000 (0:00:00.025) 0:00:01.622 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:53:50 +0000 (0:00:02.501) 0:00:04.124 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:53:50 +0000 (0:00:00.011) 0:00:04.136 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:53:50 +0000 (0:00:00.010) 0:00:04.146 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:53:50 +0000 (0:00:00.465) 0:00:04.612 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:53:50 +0000 (0:00:00.020) 0:00:04.632 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:53:50 +0000 (0:00:00.016) 0:00:04.649 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:53:50 +0000 (0:00:00.017) 0:00:04.666 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:53:50 +0000 (0:00:00.016) 0:00:04.682 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:53:53 +0000 (0:00:02.566) 0:00:07.249 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:53:54 +0000 (0:00:01.736) 0:00:08.986 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:53:54 +0000 (0:00:00.029) 0:00:09.015 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:53:54 +0000 (0:00:00.008) 0:00:09.024 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:53:55 +0000 (0:00:00.373) 0:00:09.398 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:53:55 +0000 (0:00:00.019) 0:00:09.417 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:53:55 +0000 (0:00:00.008) 0:00:09.426 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:53:55 +0000 (0:00:00.012) 0:00:09.439 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:53:55 +0000 (0:00:00.012) 0:00:09.451 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:53:55 +0000 (0:00:00.012) 0:00:09.463 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:53:55 +0000 (0:00:00.018) 0:00:09.482 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:53:55 +0000 (0:00:00.011) 0:00:09.493 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:53:55 +0000 (0:00:00.019) 0:00:09.513 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:53:55 +0000 (0:00:00.018) 0:00:09.532 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:53:55 +0000 (0:00:00.009) 0:00:09.542 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.918089, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:53:56 +0000 (0:00:01.201) 0:00:10.743 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:53:56 +0000 (0:00:00.009) 0:00:10.752 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 20:53:58 +0000 (0:00:01.756) 0:00:12.509 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 20:53:58 +0000 (0:00:00.017) 0:00:12.527 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 20:53:58 +0000 (0:00:00.193) 0:00:12.720 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 20:53:58 +0000 (0:00:00.015) 0:00:12.736 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 20:54:01 +0000 (0:00:02.614) 0:00:15.350 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 20:54:01 +0000 (0:00:00.288) 0:00:15.639 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 20:54:01 +0000 (0:00:00.013) 0:00:15.653 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 20:54:01 +0000 (0:00:00.012) 0:00:15.665 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 20:54:01 +0000 (0:00:00.019) 0:00:15.685 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 20:54:01 +0000 (0:00:00.021) 0:00:15.706 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:29 Friday 01 March 2024 20:54:01 +0000 (0:00:00.018) 0:00:15.725 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:54:01 +0000 (0:00:00.024) 0:00:15.749 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:01 +0000 (0:00:00.018) 0:00:15.768 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:54:01 +0000 (0:00:00.024) 0:00:15.792 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:54:01 +0000 (0:00:00.039) 0:00:15.832 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:54:01 +0000 (0:00:00.016) 0:00:15.848 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:54:01 +0000 (0:00:00.013) 0:00:15.861 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:54:01 +0000 (0:00:00.012) 0:00:15.874 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:54:01 +0000 (0:00:00.028) 0:00:15.903 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:54:01 +0000 (0:00:00.026) 0:00:15.930 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:54:04 +0000 (0:00:02.420) 0:00:18.350 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "fs_type": "xfs", "name": "lv1", "size": "50%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:54:04 +0000 (0:00:00.023) 0:00:18.374 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:54:04 +0000 (0:00:00.014) 0:00:18.388 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:54:08 +0000 (0:00:04.349) 0:00:22.738 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:54:08 +0000 (0:00:00.022) 0:00:22.760 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:54:08 +0000 (0:00:00.017) 0:00:22.778 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:54:08 +0000 (0:00:00.017) 0:00:22.795 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:54:08 +0000 (0:00:00.017) 0:00:22.813 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:54:11 +0000 (0:00:02.538) 0:00:25.352 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:54:12 +0000 (0:00:01.655) 0:00:27.008 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:54:12 +0000 (0:00:00.031) 0:00:27.039 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:54:12 +0000 (0:00:00.008) 0:00:27.048 ********** changed: [sut] => { "actions": [ { "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-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/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/mapper/test_vg1-lv1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_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": "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:54:18 +0000 (0:00:05.429) 0:00:32.478 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.018226", "end": "2024-03-01 20:54:18.634987", "rc": 0, "start": "2024-03-01 20:54:18.616761" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:54:18 +0000 (0:00:00.307) 0:00:32.785 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:54:18 +0000 (0:00:00.010) 0:00:32.796 ********** ok: [sut] => { "blivet_output": { "actions": [ { "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-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/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/mapper/test_vg1-lv1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_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": "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:54:18 +0000 (0:00:00.016) 0:00:32.812 ********** 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-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_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": "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:54:18 +0000 (0:00:00.016) 0:00:32.829 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:54:18 +0000 (0:00:00.013) 0:00:32.843 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:54:18 +0000 (0:00:00.020) 0:00:32.863 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:54:18 +0000 (0:00:00.010) 0:00:32.874 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:54:18 +0000 (0:00:00.019) 0:00:32.893 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:54:18 +0000 (0:00:00.018) 0:00:32.912 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:54:18 +0000 (0:00:00.011) 0:00:32.923 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.918089, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:54:19 +0000 (0:00:00.199) 0:00:33.123 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:54:19 +0000 (0:00:00.010) 0:00:33.134 ********** ok: [sut] TASK [Create snapshot for LV] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:22 Friday 01 March 2024 20:54:19 +0000 (0:00:00.766) 0:00:33.901 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:19 +0000 (0:00:00.023) 0:00:33.924 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:19 +0000 (0:00:00.017) 0:00:33.941 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:19 +0000 (0:00:00.022) 0:00:33.963 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:19 +0000 (0:00:00.013) 0:00:33.977 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:19 +0000 (0:00:00.012) 0:00:33.990 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:19 +0000 (0:00:00.030) 0:00:34.020 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:54:22 +0000 (0:00:02.424) 0:00:36.445 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:54:22 +0000 (0:00:00.025) 0:00:36.471 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:54:23 +0000 (0:00:00.635) 0:00:37.107 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.248 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.248 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:54:23 +0000 (0:00:00.015) 0:00:37.122 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:54:23 +0000 (0:00:00.027) 0:00:37.150 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:54:23 +0000 (0:00:00.010) 0:00:37.161 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Test failure of verifying wrong mount] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:31 Friday 01 March 2024 20:54:23 +0000 (0:00:00.016) 0:00:37.177 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml for sut TASK [Show __snapshot_failed_params] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:4 Friday 01 March 2024 20:54:23 +0000 (0:00:00.019) 0:00:37.196 ********** ok: [sut] => { "__snapshot_failed_params": { "snapshot_lvm_action": "mount", "snapshot_lvm_lv": "lv1", "snapshot_lvm_mountpoint": "/mnt/lv1_mp", "snapshot_lvm_mountpoint_create": true, "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_vg": "wrong_vg" } } TASK [Verify role returns error] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:9 Friday 01 March 2024 20:54:23 +0000 (0:00:00.012) 0:00:37.208 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:23 +0000 (0:00:00.020) 0:00:37.229 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:23 +0000 (0:00:00.017) 0:00:37.247 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:23 +0000 (0:00:00.021) 0:00:37.268 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:23 +0000 (0:00:00.013) 0:00:37.282 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:23 +0000 (0:00:00.012) 0:00:37.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": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:23 +0000 (0:00:00.028) 0:00:37.323 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:54:25 +0000 (0:00:02.540) 0:00:39.864 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg wrong_vg -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:54:25 +0000 (0:00:00.035) 0:00:39.899 ********** fatal: [sut]: FAILED! => { "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 : Raise error] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:28 Friday 01 March 2024 20:54:26 +0000 (0:00:00.318) 0:00:40.217 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'rc': 20, 'stdout': '{\r\n "return_code": 20,\r\n "errors": [\r\n "source volume group does not exist: wrong_vg"\r\n ],\r\n "changed": false\r\n}', 'stdout_lines': ['{', ' "return_code": 20,', ' "errors": [', ' "source volume group does not exist: wrong_vg"', ' ],', ' "changed": false', '}'], 'stderr': 'Shared connection to 10.31.9.248 closed.\r\n', 'stderr_lines': ['Shared connection to 10.31.9.248 closed.'], 'failed': True, 'msg': 'non-zero return code', 'exception': 'NoneType: None\n', '_ansible_no_log': True} TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:54:26 +0000 (0:00:00.014) 0:00:40.232 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "exception": "NoneType: None\n", "failed": true, "msg": "non-zero return code", "rc": 20, "stderr": "Shared connection to 10.31.9.248 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.248 closed." ], "stdout": "{\r\n \"return_code\": 20,\r\n \"errors\": [\r\n \"source volume group does not exist: wrong_vg\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 20,", " \"errors\": [", " \"source volume group does not exist: wrong_vg\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:54:26 +0000 (0:00:00.015) 0:00:40.247 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "source volume group does not exist: wrong_vg" ], "return_code": 20 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:54:26 +0000 (0:00:00.025) 0:00:40.272 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:54:26 +0000 (0:00:00.015) 0:00:40.288 ********** ok: [sut] => { "snapshot_cmd[\"errors\"]": [ "source volume group does not exist: wrong_vg" ] } TASK [Debug] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:32 Friday 01 March 2024 20:54:26 +0000 (0:00:00.016) 0:00:40.305 ********** ok: [sut] => { "ansible_failed_result": { "changed": false, "failed": true, "msg": { "changed": false, "exception": "NoneType: None\n", "failed": true, "msg": "non-zero return code", "rc": 20, "stderr": "Shared connection to 10.31.9.248 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.248 closed." ], "stdout": "{\r\n \"return_code\": 20,\r\n \"errors\": [\r\n \"source volume group does not exist: wrong_vg\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 20,", " \"errors\": [", " \"source volume group does not exist: wrong_vg\"", " ],", " \"changed\": false", "}" ] } } } TASK [Check that there was a failure in the role] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:36 Friday 01 March 2024 20:54:26 +0000 (0:00:00.015) 0:00:40.320 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Debug snapshot_cmd] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:41 Friday 01 March 2024 20:54:26 +0000 (0:00:00.017) 0:00:40.338 ********** ok: [sut] => { "snapshot_cmd": { "changed": false, "errors": [ "source volume group does not exist: wrong_vg" ], "return_code": 20 } } TASK [Debug __snapshot_failed_regex] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:46 Friday 01 March 2024 20:54:26 +0000 (0:00:00.012) 0:00:40.351 ********** ok: [sut] => { "__snapshot_failed_regex": "source volume group does not exist:*" } TASK [Verify return code and message is correct] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:60 Friday 01 March 2024 20:54:26 +0000 (0:00:00.012) 0:00:40.363 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert role reported changes correctly] ********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:71 Friday 01 March 2024 20:54:26 +0000 (0:00:00.019) 0:00:40.383 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the snapshot LVs] ************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:45 Friday 01 March 2024 20:54:26 +0000 (0:00:00.012) 0:00:40.395 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:26 +0000 (0:00:00.026) 0:00:40.422 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:26 +0000 (0:00:00.017) 0:00:40.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:26 +0000 (0:00:00.021) 0:00:40.460 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:26 +0000 (0:00:00.013) 0:00:40.474 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:26 +0000 (0:00:00.012) 0:00:40.486 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:26 +0000 (0:00:00.029) 0:00:40.516 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:54:28 +0000 (0:00:02.476) 0:00:42.993 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -a -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:54:28 +0000 (0:00:00.027) 0:00:43.020 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:54:29 +0000 (0:00:00.452) 0:00:43.472 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.248 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.248 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:54:29 +0000 (0:00:00.013) 0:00:43.486 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:54:29 +0000 (0:00:00.024) 0:00:43.510 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:54:29 +0000 (0:00:00.010) 0:00:43.521 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:53 Friday 01 March 2024 20:54:29 +0000 (0:00:00.015) 0:00:43.536 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:29 +0000 (0:00:00.028) 0:00:43.565 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:29 +0000 (0:00:00.017) 0:00:43.582 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:29 +0000 (0:00:00.023) 0:00:43.606 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:29 +0000 (0:00:00.013) 0:00:43.619 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:29 +0000 (0:00:00.013) 0:00:43.632 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:29 +0000 (0:00:00.029) 0:00:43.662 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:54:32 +0000 (0:00:02.528) 0:00:46.190 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:54:32 +0000 (0:00:00.026) 0:00:46.217 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:54:32 +0000 (0:00:00.369) 0:00:46.586 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.248 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.248 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:54:32 +0000 (0:00:00.014) 0:00:46.601 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:54:32 +0000 (0:00:00.027) 0:00:46.628 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:54:32 +0000 (0:00:00.010) 0:00:46.639 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_no_vg_fail.yml:62 Friday 01 March 2024 20:54:32 +0000 (0:00:00.014) 0:00:46.653 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:7 Friday 01 March 2024 20:54:32 +0000 (0:00:00.022) 0:00:46.676 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:54:32 +0000 (0:00:00.017) 0:00:46.694 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:32 +0000 (0:00:00.017) 0:00:46.711 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:54:32 +0000 (0:00:00.021) 0:00:46.733 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:54:32 +0000 (0:00:00.029) 0:00:46.763 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:54:32 +0000 (0:00:00.013) 0:00:46.776 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:54:32 +0000 (0:00:00.012) 0:00:46.789 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:54:32 +0000 (0:00:00.011) 0:00:46.800 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:54:32 +0000 (0:00:00.012) 0:00:46.813 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:54:32 +0000 (0:00:00.026) 0:00:46.839 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:54:35 +0000 (0:00:02.428) 0:00:49.268 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:54:35 +0000 (0:00:00.027) 0:00:49.295 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:54:35 +0000 (0:00:00.035) 0:00:49.330 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:54:40 +0000 (0:00:04.852) 0:00:54.183 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:54:40 +0000 (0:00:00.023) 0:00:54.206 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:54:40 +0000 (0:00:00.018) 0:00:54.224 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:54:40 +0000 (0:00:00.018) 0:00:54.243 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:54:40 +0000 (0:00:00.020) 0:00:54.263 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:54:42 +0000 (0:00:02.525) 0:00:56.788 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:54:44 +0000 (0:00:01.659) 0:00:58.448 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:54:44 +0000 (0:00:00.031) 0:00:58.480 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:54:44 +0000 (0:00:00.009) 0:00:58.490 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:54:50 +0000 (0:00:05.739) 0:01:04.229 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:54:50 +0000 (0:00:00.019) 0:01:04.248 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:54:50 +0000 (0:00:00.009) 0:01:04.257 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:54:50 +0000 (0:00:00.016) 0:01:04.273 ********** 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": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:54:50 +0000 (0:00:00.014) 0:01:04.288 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:54:50 +0000 (0:00:00.013) 0:01:04.301 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:54:50 +0000 (0:00:00.018) 0:01:04.320 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:54:50 +0000 (0:00:00.010) 0:01:04.330 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:54:50 +0000 (0:00:00.018) 0:01:04.349 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:54:50 +0000 (0:00:00.020) 0:01:04.369 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:54:50 +0000 (0:00:00.010) 0:01:04.380 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.918089, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:54:50 +0000 (0:00:00.201) 0:01:04.581 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:54:50 +0000 (0:00:00.010) 0:01:04.592 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:29 Friday 01 March 2024 20:54:51 +0000 (0:00:00.763) 0:01:05.355 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:33 Friday 01 March 2024 20:54:51 +0000 (0:00:00.012) 0:01:05.368 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 20:54:51 +0000 (0:00:00.016) 0:01:05.384 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 20:54:51 +0000 (0:00:00.013) 0:01:05.397 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 20:54:51 +0000 (0:00:00.012) 0:01:05.410 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 20:54:53 +0000 (0:00:02.415) 0:01:07.825 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 20:54:53 +0000 (0:00:00.214) 0:01:08.040 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 20:54:53 +0000 (0:00:00.013) 0:01:08.053 ********** ok: [sut] => { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 20:54:53 +0000 (0:00:00.012) 0:01:08.066 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 20:54:53 +0000 (0:00:00.019) 0:01:08.085 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 20:54:54 +0000 (0:00:00.018) 0:01:08.104 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 Friday 01 March 2024 20:54:54 +0000 (0:00:00.021) 0:01:08.126 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.381323", "end": "2024-03-01 20:54:54.576326", "failed_when_result": true, "rc": 0, "start": "2024-03-01 20:54:54.195003" } STDERR: + exec + mount -f -l sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=1792528k,nr_inodes=448132,mode=755) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime,seclabel) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) 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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) none on /sys/kernel/tracing type tracefs (rw,relatime,seclabel) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14305) debugfs on /sys/kernel/debug type debugfs (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 20:51:26,833 INFO snapshot-role/MainThread: check_cmd: check 20 xxxxxx None snapset1 1 None 2024-03-01 20:51:26,834 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: { 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: { 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"lv_uuid":"1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e", "lv_uuid":"1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5", "pv_name":"/dev/sda"}, 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0", "lv_uuid":"1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5"}, 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5"} 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: } 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: } 2024-03-01 20:51:26,863 INFO snapshot-role/MainThread: exit code: 12: ['source volume group does not exist: xxxxxx'] 2024-03-01 20:52:37,196 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:52:37,196 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,225 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:37,226 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"} 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,227 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"} 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,228 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: VG: test_vg3 free 2550136832 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: lv5 size : 427819008 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: lv6 size : 427819008 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: total 1711276032 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: space needed: 256691404.80 space available: 2550136832 sufficient space: 1 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: VG: test_vg2 free 2550136832 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: lv4 size : 322961408 2024-03-01 20:52:37,229 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: VG: test_vg1 free 2550136832 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: LV: lv1 size : 322961408 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: LV: lv2 size : 322961408 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 20:52:37,230 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,257 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:37,258 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"} 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,259 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"} 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,260 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,261 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,285 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,286 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,313 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:37,335 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,336 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 64225280B test_vg3/lv5 2024-03-01 20:52:37,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,579 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,579 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,580 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,580 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,580 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:37,635 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,636 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,637 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:37,658 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,659 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,687 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 64225280B test_vg3/lv6 2024-03-01 20:52:37,899 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,899 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,899 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,899 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,900 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:37,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,949 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: { 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: , 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:37,977 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:37,978 INFO snapshot-role/MainThread: } 2024-03-01 20:52:37,978 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:37,999 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,000 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 20:52:38,213 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,213 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,213 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,213 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:38,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,259 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,260 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,287 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,288 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,288 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,288 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,288 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,288 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,288 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,312 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 20:52:38,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,528 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,528 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,528 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,528 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:38,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,576 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,577 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,577 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,577 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,606 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,633 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 20:52:38,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,840 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,841 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,841 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,841 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:38,876 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,878 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,878 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,905 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: { 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: , 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: } 2024-03-01 20:52:38,934 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 48496640B test_vg2/lv4 2024-03-01 20:52:39,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,139 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,139 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,139 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:39,187 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,187 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,187 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:39,187 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,187 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:39,187 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: , 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,188 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,212 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,213 INFO snapshot-role/MainThread: , 2024-03-01 20:52:39,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,213 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,213 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,241 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,242 INFO snapshot-role/MainThread: , 2024-03-01 20:52:39,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,242 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,242 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 48496640B test_vg1/lv1 2024-03-01 20:52:39,456 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,456 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,456 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,457 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,457 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,457 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:39,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,503 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:39,503 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:39,503 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: , 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,504 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: , 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,527 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:39,550 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: , 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,551 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 48496640B test_vg1/lv2 2024-03-01 20:52:39,757 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:39,757 INFO snapshot-role/MainThread: { 2024-03-01 20:52:39,758 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:39,758 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:39,758 INFO snapshot-role/MainThread: } 2024-03-01 20:52:39,758 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:42,718 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:52:42,719 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,750 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"67108864", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:42,751 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,752 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:42,753 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,754 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,755 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,755 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,755 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,755 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,782 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,783 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,783 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,783 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,807 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,808 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,832 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,856 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,884 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,884 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,910 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,934 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,935 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,964 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,964 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: { 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: , 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: } 2024-03-01 20:52:42,988 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,013 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,014 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,038 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,063 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,064 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,064 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,087 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,113 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,114 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,141 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,169 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,193 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,194 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,194 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,220 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,245 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,269 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,296 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,297 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,320 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,348 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,373 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,398 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,426 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,427 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,450 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,478 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:43,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,502 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,529 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:43,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,556 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,585 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,586 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,611 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,639 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,663 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:43,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,688 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:43,711 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,712 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,738 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:43,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,761 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:43,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: { 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: , 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: } 2024-03-01 20:52:43,787 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:46,676 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 20:52:46,676 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,706 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"67108864", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,707 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,708 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,709 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:46,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,711 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,738 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:46,763 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,764 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,790 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,791 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,791 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,791 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,791 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,791 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,815 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,816 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,816 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,816 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,848 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"67108864", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:46,849 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,850 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,851 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: , 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,852 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2281701376 vg_extent_size : 4194304 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:46,853 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:46,854 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:46,854 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:46,854 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv5_snapset1 2024-03-01 20:52:46,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:46,965 INFO snapshot-role/MainThread: { 2024-03-01 20:52:46,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:46,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:46,965 INFO snapshot-role/MainThread: } 2024-03-01 20:52:46,965 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:47,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,023 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,023 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,023 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,024 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,049 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,050 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,050 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,050 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:47,074 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,074 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,074 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,074 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,075 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,104 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,105 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,105 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,131 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,132 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2176843776", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,162 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,163 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,164 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,165 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,166 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2176843776 vg_extent_size : 4194304 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:47,167 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,168 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv6_snapset1 2024-03-01 20:52:47,275 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,275 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,275 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,275 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,275 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,276 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:47,325 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,325 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,326 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:47,354 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,354 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,354 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,354 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,354 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,355 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,379 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,380 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,411 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,412 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,412 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,437 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,438 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,438 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,438 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,438 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"2071986176", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,467 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"229", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,468 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,469 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,470 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,471 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2071986176 vg_extent_size : 4194304 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:47,472 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,473 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv7_snapset1 2024-03-01 20:52:47,583 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,583 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,583 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,583 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,583 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,634 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,660 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,660 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,687 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,688 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,715 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,715 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,715 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,715 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,740 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,740 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1967128576", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:47,769 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"204", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,770 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:47,771 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,772 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,773 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1967128576 vg_extent_size : 4194304 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:47,774 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:47,775 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv8_snapset1 2024-03-01 20:52:47,876 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,877 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,877 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,877 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,877 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:47,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,931 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,931 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,932 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,965 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,966 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,966 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,966 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,966 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: { 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: , 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:47,993 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:47,994 INFO snapshot-role/MainThread: } 2024-03-01 20:52:47,994 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,021 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,022 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,050 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,051 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,082 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:48,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,085 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,086 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,087 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv3_snapset1 2024-03-01 20:52:48,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,193 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,194 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,194 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,241 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,242 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:48,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,267 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,267 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,267 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,267 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,268 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,296 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,297 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,320 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,321 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,349 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,349 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,349 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,380 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,381 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:48,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,384 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2369781760 vg_extent_size : 4194304 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,385 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv4_snapset1 2024-03-01 20:52:48,498 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,498 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,498 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,498 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,499 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:48,539 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,539 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,540 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,568 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,569 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,569 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,569 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:48,593 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,593 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,593 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,593 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,593 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,594 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,621 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,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 20:52:48,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,649 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,650 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,682 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,683 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,684 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,686 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,687 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,688 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv1_snapset1 2024-03-01 20:52:48,790 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,791 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,791 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,791 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,791 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,791 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,836 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,837 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,863 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,864 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,888 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,889 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,912 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,913 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,939 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,940 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,970 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,971 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,972 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,973 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: { 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,974 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: , 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:48,975 INFO snapshot-role/MainThread: } 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2369781760 vg_extent_size : 4194304 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:52:48,976 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv2_snapset1 2024-03-01 20:52:49,082 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:49,083 INFO snapshot-role/MainThread: { 2024-03-01 20:52:49,083 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:49,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:49,083 INFO snapshot-role/MainThread: } 2024-03-01 20:52:49,083 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: { 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: { 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:49,126 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: } 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: , 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: } 2024-03-01 20:52:49,127 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:52,042 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 20:52:52,043 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:52,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,073 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,074 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,076 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,077 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,078 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,079 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,079 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,106 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,107 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,130 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,131 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,158 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,159 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,182 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,211 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,212 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,213 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,214 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:52,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:52,216 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,217 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,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 20:52:52,243 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,243 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,267 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,268 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,293 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,294 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,321 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,347 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,348 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,348 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,348 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,379 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,381 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,382 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,383 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,384 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,410 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,435 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,464 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,465 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,491 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,492 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,518 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:52,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,549 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:52,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,551 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:52,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,553 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,554 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,581 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,606 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,633 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,634 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,634 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,634 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,634 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,659 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,660 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,660 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,660 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,660 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,685 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,715 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,716 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,717 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,718 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,720 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,721 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,748 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,772 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,799 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,824 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,848 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,880 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,881 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,882 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:52,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,884 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,885 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:52,886 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,914 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,941 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,942 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:52,970 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,971 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: { 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: , 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: } 2024-03-01 20:52:52,995 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,021 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,022 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,052 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,053 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,054 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:53,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,056 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:53,057 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,058 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,083 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,084 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,112 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,113 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,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 20:52:53,138 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,139 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,139 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,165 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:53,188 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,189 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,219 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,220 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,221 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:53,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,223 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,224 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,248 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,273 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:53,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,297 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,327 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,328 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,328 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,328 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,328 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,328 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:53,350 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,351 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,383 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,384 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,385 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:53,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:53,387 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:53,388 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:53,389 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: { 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: , 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:53,415 INFO snapshot-role/MainThread: } 2024-03-01 20:52:53,416 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:52:56,370 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 20:52:56,370 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,400 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,402 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:56,403 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,404 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,405 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,430 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,454 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,482 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:56,506 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,507 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,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 20:52:56,537 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,537 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,538 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:56,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,540 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,541 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:56,542 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,543 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,567 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,592 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,617 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,618 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:52:56,643 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,643 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,643 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,643 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,643 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,643 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,644 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,669 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,669 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:56,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,699 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,699 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,699 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,699 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,699 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,700 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,701 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,703 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,704 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,705 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,734 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,735 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,735 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,735 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,735 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,759 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,760 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,760 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,760 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,760 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,760 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,760 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,783 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,784 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,808 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,833 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:56,866 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,866 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,866 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,866 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,866 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,866 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,867 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,868 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,869 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,870 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,871 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:56,872 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,899 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,900 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,923 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,924 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:52:56,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,948 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: { 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: , 2024-03-01 20:52:56,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:56,976 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:56,976 INFO snapshot-role/MainThread: } 2024-03-01 20:52:56,976 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,000 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,031 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,032 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,033 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,034 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,036 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,037 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,063 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,090 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,116 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,143 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,167 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,198 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,199 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,201 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,202 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,203 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,204 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,233 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,234 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,258 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,284 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,309 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,333 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,363 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,364 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,365 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:57,366 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,367 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,368 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,369 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,393 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,423 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,424 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,447 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,474 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,500 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,531 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:57,532 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,533 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,534 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,535 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,536 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,560 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,589 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,590 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,590 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,590 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,590 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,618 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,618 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:52:57,640 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,641 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,667 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,667 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,667 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,667 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,667 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,696 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:52:57,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,698 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:52:57,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,700 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:52:57,701 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:52:57,702 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: { 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: , 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: ] 2024-03-01 20:52:57,727 INFO snapshot-role/MainThread: } 2024-03-01 20:52:57,728 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:00,662 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 20:53:00,662 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:00,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,694 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,695 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:00,696 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:00,697 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,698 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,699 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,700 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,725 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,726 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,726 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,726 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,753 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,754 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,780 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,780 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,780 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:53:00,804 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,804 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,804 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,805 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:00,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,835 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,835 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,835 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:00,835 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,836 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,837 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,838 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:00,839 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,840 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:00,841 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,868 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,869 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,869 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,869 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,869 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:53:00,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,893 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,893 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,893 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,894 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:00,923 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,923 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,923 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,923 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,924 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,948 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: { 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,974 INFO snapshot-role/MainThread: , 2024-03-01 20:53:00,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:00,974 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:00,974 INFO snapshot-role/MainThread: } 2024-03-01 20:53:00,974 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,004 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,005 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,006 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,007 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,009 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,010 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:53:01,035 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,035 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,035 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,035 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,035 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,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 20:53:01,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,036 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,061 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,061 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,061 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,061 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:01,087 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,087 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,087 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,087 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,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 20:53:01,088 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,088 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:53:01,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,115 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,115 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,116 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:53:01,141 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,141 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,141 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,141 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,142 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,172 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,173 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,174 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,176 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,177 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,178 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,204 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,204 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,204 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,204 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,228 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,229 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:01,257 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,257 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,257 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,257 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,258 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:53:01,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,282 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,282 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,282 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,283 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:53:01,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,311 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,311 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,311 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,311 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,312 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,343 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,343 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,343 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,343 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,344 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,345 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,346 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,347 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,348 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,349 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:53:01,377 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,377 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,377 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,378 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,406 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:01,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,431 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,431 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,431 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,431 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,431 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,432 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:53:01,461 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,461 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,462 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:53:01,487 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,487 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,487 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,487 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,488 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,519 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,519 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,519 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,519 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,519 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,521 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,522 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,523 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,524 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,525 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,551 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,552 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,552 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,552 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,552 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:53:01,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,579 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,579 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,579 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,580 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:01,605 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,605 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,605 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,605 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,605 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,605 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,606 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:53:01,634 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,634 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,634 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,635 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:53:01,668 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,668 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,668 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,668 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,669 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,700 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,700 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,700 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,700 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,700 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,701 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:01,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,703 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,704 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,705 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,706 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:53:01,730 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,730 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,730 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,730 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,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 20:53:01,730 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,730 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,731 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,731 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,731 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,731 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,731 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:53:01,759 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,759 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,759 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,760 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,783 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,784 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,784 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,784 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,784 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:01,811 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,811 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,811 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,812 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,839 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,869 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,870 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,871 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:01,872 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,873 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:01,874 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,900 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:53:01,929 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,929 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,929 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,929 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,930 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,955 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,956 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:53:01,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:01,983 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: { 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: , 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: } 2024-03-01 20:53:01,984 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,009 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,010 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,010 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:02,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,010 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,010 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:53:02,041 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:02,041 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,041 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:02,041 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,041 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:02,042 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj", "lv_uuid":"", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL", "pv_name":"/dev/sdg"} 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"}, 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL"} 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,043 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:53:02,044 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg"} 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: {"lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,045 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX", "pv_name":"/dev/sda"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH", "pv_name":"/dev/sda"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV", "pv_name":"/dev/sda"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O", "pv_name":"/dev/sda"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV"}, 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX"} 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,046 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:53:02,047 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: { 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,074 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,075 INFO snapshot-role/MainThread: , 2024-03-01 20:53:02,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:02,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:02,075 INFO snapshot-role/MainThread: } 2024-03-01 20:53:02,075 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:54:22,591 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:54:22,591 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:54:22,620 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:22,620 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,620 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:22,620 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sda"}, 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"}, 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"} 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: VG: test_vg1 free 1589641216 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: LV: lv1 size : 1606418432 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: LV: total 1606418432 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: space needed: 240962764.80 space available: 1589641216 sufficient space: 1 2024-03-01 20:54:22,622 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:54:22,647 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sda"}, 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"}, 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"} 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,648 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,671 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,694 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:54:22,716 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: , 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,717 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 240975872B test_vg1/lv1 2024-03-01 20:54:22,943 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:22,943 INFO snapshot-role/MainThread: { 2024-03-01 20:54:22,943 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:22,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:22,944 INFO snapshot-role/MainThread: } 2024-03-01 20:54:22,944 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:54:26,023 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 wrong_vg None 2024-03-01 20:54:26,023 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 20:54:26,023 INFO snapshot-role/MainThread: Running... lvs wrong_vg 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: { 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: { 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: } 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: , 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: } 2024-03-01 20:54:26,048 INFO snapshot-role/MainThread: Running... lvs wrong_vg/lv1_snapset1 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: { 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: { 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: } 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: , 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: } 2024-03-01 20:54:26,071 INFO snapshot-role/MainThread: exit code: 20: ['source volume group does not exist: wrong_vg'] 2024-03-01 20:54:29,136 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:54:29,136 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:54:29,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:29,165 INFO snapshot-role/MainThread: { 2024-03-01 20:54:29,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:29,165 INFO snapshot-role/MainThread: { 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T", "vg_size":"3196059648", "vg_free":"1346371584", "vg_extent_size":"4194304"} 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: , 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: , 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"lv_uuid":"qo0RcX-IQ0n-kXhd-5J1B-4hix-SbTQ-25MEBr", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"243269632", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: , 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sda"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"qo0RcX-IQ0n-kXhd-5J1B-4hix-SbTQ-25MEBr", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"pvseg_start":"187", "pvseg_size":"67", "segtype":"free", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: , 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"}, 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-186", "segtype":"linear", "lv_uuid":"qo0RcX-IQ0n-kXhd-5J1B-4hix-SbTQ-25MEBr"} 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,166 INFO snapshot-role/MainThread: } 2024-03-01 20:54:29,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,167 INFO snapshot-role/MainThread: , 2024-03-01 20:54:29,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:29,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,167 INFO snapshot-role/MainThread: } 2024-03-01 20:54:29,167 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: { 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: { 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: } 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: , 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: } 2024-03-01 20:54:29,189 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 20:54:29,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:29,309 INFO snapshot-role/MainThread: { 2024-03-01 20:54:29,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:29,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:29,309 INFO snapshot-role/MainThread: } 2024-03-01 20:54:29,309 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:54:32,338 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:54:32,338 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:54:32,364 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:32,364 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,364 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sda"}, 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"}, 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w"} 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,365 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,366 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:32,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,366 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,366 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,392 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,393 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,414 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: { 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: , 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:32,437 INFO snapshot-role/MainThread: } 2024-03-01 20:54:32,438 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="LVM2_member" 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="" 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="LVM2_member" 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="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 20:50:49,743 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kxqyzl98/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:54,495 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jjqz_hen/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:08,794 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_t_fnzd_v/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:08,862 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,862 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:08,892 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:08,892 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:08,892 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:08,892 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:08,897 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,897 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:08,901 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,901 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:08,904 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,905 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:08,908 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,908 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:08,915 INFO program/MainThread: stdout: 2024-03-01 20:51:08,916 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:08,916 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:08,916 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:08,917 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,917 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:08,917 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,917 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,917 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:08,917 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,918 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:08,918 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:08,918 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,931 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,943 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:08,947 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:51:08,947 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:08,948 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:08,971 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:08,972 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:08,972 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:08,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,986 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:08,990 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:08,991 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:08,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:08,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:08,995 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:08,998 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:08,999 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:09,002 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:09,002 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,003 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:09,003 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336aa5d6a0) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:51:09,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:09,007 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:09,011 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:51:09,011 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:09,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,021 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:09,021 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:09,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:09,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:09,025 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:09,028 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:09,028 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:09,031 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:09,032 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,032 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:09,032 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336a99eeb8) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:51:09,036 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:09,036 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:09,039 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:51:09,039 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:09,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,049 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:09,050 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:09,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:09,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:09,053 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:09,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:09,057 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:09,060 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:09,060 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,061 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:09,061 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336a99ee10) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:51:09,064 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:09,064 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:09,068 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:51:09,068 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:09,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:09,079 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:09,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:09,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:09,082 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:09,086 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:09,086 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:09,089 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:09,089 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,090 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:09,090 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369951f60) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:51:09,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:09,093 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:09,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:51:09,097 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:09,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:09,108 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:09,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:09,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:09,111 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:09,115 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:09,115 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:09,118 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:09,118 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,119 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:09,119 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336a99ecc0) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:51:09,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:09,122 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:09,126 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:51:09,126 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:09,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,136 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:09,137 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:09,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:09,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:09,140 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:09,144 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:09,144 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:09,147 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:09,147 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,148 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:09,148 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369950eb8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:51:09,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:09,152 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:09,155 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:51:09,155 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:09,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,165 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:09,166 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:09,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:09,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:09,169 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:09,173 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:09,173 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:09,176 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:09,176 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,177 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:09,177 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369965550) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:51:09,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:09,180 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:09,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:51:09,184 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:09,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,194 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:09,195 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:09,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:09,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:09,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:09,202 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:09,202 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:09,205 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:09,205 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,206 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:09,206 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369950d30) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:51:09,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:09,210 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:09,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:51:09,213 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:09,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,223 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:09,224 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:09,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:09,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:09,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:09,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:09,231 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:09,234 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:09,234 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,235 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:09,235 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369960438) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:51:09,238 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:09,239 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:09,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:51:09,242 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:09,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,253 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:09,254 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:09,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:09,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:09,257 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:09,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:09,261 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:09,264 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:09,265 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,265 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:09,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369950518) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:51:09,269 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:09,269 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:09,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:51:09,272 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:09,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,283 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:09,284 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:09,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:09,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:09,287 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:09,291 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:09,291 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:09,294 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:09,294 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,295 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:09,295 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336996e320) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:51:09,298 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:09,299 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:09,302 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:51:09,302 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:09,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:09,313 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:09,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:09,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:09,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:09,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:09,320 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:09,324 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:09,324 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:09,324 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:09,325 INFO blivet/MainThread: got device: DiskDevice instance (0x7f336996e4a8) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:51:09,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:09,328 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:09,331 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': '26377255'} ; 2024-03-01 20:51:09,331 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:09,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:09,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:09,341 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:09,342 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:09,342 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:09,342 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:09,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:09,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:09,345 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:09,349 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:09,349 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:09,352 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:09,353 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:09,353 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:09,353 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3369975278) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:09,357 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:09,360 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:09,361 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:09,364 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:09,364 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:09,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:09,368 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:09,371 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:09,371 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:09,374 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:09,378 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:09,382 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:09,385 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 0x7f336995fb88> 2024-03-01 20:51:12,396 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:12,400 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:12,400 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:12,404 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': '26381827'} ; 2024-03-01 20:51:12,404 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:12,404 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:12,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,414 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:12,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,420 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,434 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:12,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:12,457 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:12,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:12,460 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:12,464 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:12,464 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:12,468 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:12,468 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:12,468 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:12,471 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:12,475 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:12,478 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:12,481 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:12,484 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:12,485 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:12,485 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:12,486 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:12,485 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f3378983208) -- 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 0x7f33699850f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:12,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:12,493 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:12,493 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:12,496 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:12,496 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:12,500 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:12,500 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:12,503 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:12,504 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:12,506 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:12,506 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:12,509 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,510 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:12,513 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:12,513 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:12,514 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,525 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,537 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:12,538 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:12,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,552 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:12,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,563 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:12,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,575 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:12,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,588 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:12,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,600 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:12,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,612 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:12,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:51:17,305 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nqosa_3z/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:17,340 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:17,341 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:17,344 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:17,344 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:17,344 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:17,344 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:17,349 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,349 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:17,353 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:17,353 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:17,356 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:17,356 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:17,359 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:17,360 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:17,367 INFO program/MainThread: stdout: 2024-03-01 20:51:17,367 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:17,367 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,367 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:17,368 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:17,368 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,368 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:17,369 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:17,369 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:17,369 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:17,369 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:17,369 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:17,370 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:17,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,382 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,393 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:17,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:51:17,398 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:17,398 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:17,422 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:17,422 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:17,422 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:17,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,435 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:17,440 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:17,440 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:17,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:17,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:17,444 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:17,448 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:17,448 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:17,452 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:17,452 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,452 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:17,452 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0e46f6a0) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:51:17,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:17,456 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:17,460 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:51:17,460 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:17,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:17,471 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:17,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:17,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:17,474 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:17,478 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:17,478 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:17,481 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:17,481 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,482 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:17,482 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0e3b0eb8) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:51:17,485 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:17,486 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:17,489 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:51:17,489 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:17,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,499 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:17,500 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:17,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:17,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:17,503 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:17,506 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:17,507 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:17,510 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:17,510 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,511 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:17,511 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0e3b0e10) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:51:17,514 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:17,514 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:17,518 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:51:17,518 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:17,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,528 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:17,528 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:17,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:17,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:17,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:17,535 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:17,535 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:17,539 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:17,539 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,539 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:17,540 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d363f60) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:51:17,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:17,543 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:17,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:51:17,547 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:17,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:17,558 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:17,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:17,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:17,561 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:17,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:17,565 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:17,568 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:17,569 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,569 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:17,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0e3b0cc0) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:51:17,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:17,573 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:17,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:51:17,576 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:17,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,587 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:17,587 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:17,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:17,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:17,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:17,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:17,594 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:17,598 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:17,598 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,598 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:17,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d362eb8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:51:17,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:17,602 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:17,606 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:51:17,606 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:17,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,616 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:17,616 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:17,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:17,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:17,620 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:17,623 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:17,623 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:17,627 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:17,627 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,627 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:17,627 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d377550) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:51:17,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:17,631 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:17,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:51:17,634 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:17,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,645 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:17,645 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:17,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:17,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:17,649 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:17,652 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:17,653 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:17,656 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:17,656 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,657 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:17,657 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d362d30) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:51:17,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:17,660 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:17,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:51:17,664 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:17,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,674 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:17,675 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:17,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:17,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:17,678 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:17,681 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:17,682 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:17,685 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:17,685 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,686 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:17,686 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d372438) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:51:17,689 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:17,689 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:17,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:51:17,693 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:17,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,703 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:17,704 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:17,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:17,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:17,707 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:17,710 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:17,711 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:17,714 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:17,714 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,715 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:17,715 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d362518) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:51:17,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:17,718 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:17,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:51:17,722 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:17,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,732 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:17,733 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:17,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:17,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:17,736 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:17,740 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:17,740 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:17,743 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:17,744 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,744 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:17,744 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d380320) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:51:17,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:17,748 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:17,751 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:51:17,751 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:17,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,762 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:17,762 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:17,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:17,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:17,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:17,769 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:17,769 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:17,772 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:17,773 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:17,773 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:17,773 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d3804a8) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:51:17,777 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:17,777 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:17,780 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '26377255'} ; 2024-03-01 20:51:17,780 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:17,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:17,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:17,790 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:17,791 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:17,791 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:17,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:17,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:17,794 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:17,797 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:17,798 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:17,801 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:17,801 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:17,802 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:17,802 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9b0d387278) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:17,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:17,809 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:17,809 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:17,813 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:17,813 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:17,816 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:17,817 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:17,820 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:17,820 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:17,823 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:17,826 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:17,831 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:17,834 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f9b0d378448> 2024-03-01 20:51:20,911 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:20,916 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:20,916 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:20,920 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': '26381827'} ; 2024-03-01 20:51:20,920 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:20,920 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:20,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:20,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:20,930 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:20,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:20,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:20,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:20,947 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:20,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:20,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:20,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:20,970 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:20,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:20,973 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:20,977 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:20,977 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:20,981 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:20,981 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:20,981 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:20,984 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:20,988 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:20,991 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:20,994 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:20,997 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:20,998 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:20,998 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:20,999 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:20,998 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f9b0d362390) -- 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 0x7f9b0d3970f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:21,002 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:21,006 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:21,006 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:21,009 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:21,010 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:21,013 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:21,013 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:21,017 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:21,017 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:21,018 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:21,019 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:21,022 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:21,023 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:21,026 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:21,026 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:21,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,039 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,051 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:21,052 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:21,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,065 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:21,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,077 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:21,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,089 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:21,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,101 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:21,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,113 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:21,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,125 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:21,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,137 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:51:21,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:51:21,143 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:51:21,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:51:21,149 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:51:21,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:51:21,155 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:51:21,158 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:21,158 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:51:21,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:21,162 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:21,163 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:21,166 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:21,166 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:21,169 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:21,169 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:51:21,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:51:21,173 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:21,173 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:21,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:21,176 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:21,179 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:21,179 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:51:21,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:51:21,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:21,183 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:21,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:21,186 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:21,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:21,191 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:21,195 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:21,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:21,202 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:21,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:21,209 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:21,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:21,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:21,214 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:51:21,214 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:21,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:21,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:21,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:21,228 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:51:21,228 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:21,229 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:21,229 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 20:51:21,229 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:21,230 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:21,233 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:21,233 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:51:21,236 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:21,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:51:21,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:21,244 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:21,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:51:21,248 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:21,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:21,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:21,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:51:21,259 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:21,259 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:21,259 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:51:21,260 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:51:21,265 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:51:21,265 INFO program/MainThread: stderr[4]: 2024-03-01 20:51:21,265 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:21,266 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:51:21,266 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:21,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:51:21,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:51:21,271 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:21,272 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:21,273 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:21,273 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:21,273 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:51:21,273 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:51:21,276 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:21,279 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:21,282 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:51:21,282 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:51:21,285 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:21,285 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 0x7f9b0d2caeb8> 2024-03-01 20:51:21,286 INFO blivet/MainThread: sorting actions... 2024-03-01 20:51:21,287 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:21,287 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:21,287 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:21,287 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:21,288 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:21,288 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:21,288 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:21,288 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:21,288 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:21,289 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:21,292 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:21,295 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:51:21,295 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:51:21,304 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,333 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,345 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,346 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:21,350 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:21,353 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:51:21,353 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:51:21,359 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,388 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,388 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,398 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,399 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:21,403 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:21,406 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:51:21,407 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:51:21,412 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,439 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,451 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,452 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:21,456 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,459 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,462 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,462 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:21,462 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:21,492 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:51:21,493 INFO program/MainThread: stderr[5]: 2024-03-01 20:51:21,493 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:21,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,515 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,523 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:21,523 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:21,525 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:51:21,542 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,589 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,590 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:21,594 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,597 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,600 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,600 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:21,601 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:21,632 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:51:21,632 INFO program/MainThread: stderr[6]: 2024-03-01 20:51:21,633 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:21,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,657 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,664 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:21,665 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:21,667 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:51:21,680 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,708 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,708 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:21,713 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,716 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,719 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,719 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:21,720 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:21,754 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:51:21,754 INFO program/MainThread: stderr[7]: 2024-03-01 20:51:21,754 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:21,754 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,778 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:21,785 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:21,787 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:51:21,800 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:21,834 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:21,834 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:21,839 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:51:21,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:21,845 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,848 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,851 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,854 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,857 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,861 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:51:21,864 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:21,918 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 20:51:21,919 INFO program/MainThread: stderr[8]: 2024-03-01 20:51:21,919 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:21,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:21,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:21,946 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,953 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,960 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,967 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,975 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:21,983 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:21,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:22,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:22,012 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,023 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,024 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:51:22,032 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,041 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:22,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:51:22,052 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:22,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:22,059 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:22,063 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:22,066 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:22,070 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:22,074 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:22,077 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:22,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,087 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:22,092 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:22,116 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:51:22,116 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:22,116 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:22,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:22,121 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --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 20:51:22,212 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 20:51:22,213 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:22,213 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:22,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:22,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:22,229 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:22,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,256 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:22,262 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:22,262 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:22,271 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,272 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,285 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,285 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:22,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:22,293 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:22,296 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:51:22,296 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:51:22,361 INFO program/MainThread: stdout: 2024-03-01 20:51:22,361 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:51:22,361 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:22,361 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:22,361 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:22,361 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:51:22,361 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:22,361 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:22,361 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:51:22,361 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:22,361 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:22,362 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,362 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:51:22,377 INFO program/MainThread: stdout: 2024-03-01 20:51:22,377 INFO program/MainThread: writing all SBs 2024-03-01 20:51:22,377 INFO program/MainThread: new label = "" 2024-03-01 20:51:22,377 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,377 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,394 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:22,399 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:22,400 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:22,409 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,409 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:22,423 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:22,428 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:22,428 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 0x7f9b0d2641a8> 2024-03-01 20:51:22,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:22,436 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:22,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:22,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:22,442 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:30,259 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_m9ib26uc/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:30,294 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:30,294 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:30,297 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:30,298 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:30,298 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:30,298 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:30,302 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:30,303 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:30,306 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:30,307 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:30,310 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:30,310 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:30,313 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:30,313 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:30,322 INFO program/MainThread: stdout: 2024-03-01 20:51:30,322 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:30,322 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e 2024-03-01 20:51:30,322 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 2024-03-01 20:51:30,322 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 2024-03-01 20:51:30,322 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 2024-03-01 20:51:30,322 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA 2024-03-01 20:51:30,322 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:30,322 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:30,322 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:30,323 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 sdb 1073741824 root disk brw-rw---- LVM2_member 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 sdc 1073741824 root disk brw-rw---- LVM2_member Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:30,323 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:30,323 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:30,323 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:30,323 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:30,323 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:30,324 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:30,324 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:30,335 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:30,347 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:51:30,351 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/lvm-pv-uuid-4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5', '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': '4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e', 'ID_FS_UUID_ENC': '4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:51:30,351 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:30,352 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:30,376 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:30,376 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:30,376 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:30,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,390 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:30,394 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:30,395 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:30,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:30,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:30,399 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:30,402 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:30,402 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:30,406 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:30,406 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:30,407 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:30,407 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2fa623c8) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:51:30,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:30,414 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:30,414 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:51:30,418 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:30,418 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:51:30,421 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,421 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:51:30,425 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,425 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:51:30,428 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:51:30,428 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:30,428 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:30,459 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:30,459 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0. WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:30,459 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:30,460 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:51:30,465 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e ; label: None ; device: /dev/sda ; serial: 360014056f88994e435844fea0635145f ; exists: True ; vg_name: test_vg1 ; vg_uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; pe_start: 8 MiB ; 2024-03-01 20:51:30,465 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:51:30,468 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:30,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:30,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:30,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,481 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:30,508 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:30,509 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0. WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:30,509 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:30,509 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:30,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:51:30,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:30,519 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:30,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:30,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:30,523 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:30,554 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:30,554 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0. WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:30,554 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:30,559 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:51:30,560 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:51:30,563 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:51:30,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:30,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:30,570 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:30,570 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:30,574 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/lvm-pv-uuid-4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39', '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': '4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0', 'ID_FS_UUID_ENC': '4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:51:30,574 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:30,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,584 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:30,585 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:30,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:51:30,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:30,588 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:30,592 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:30,592 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:30,595 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:30,596 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:30,596 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:51:30,596 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2ea345f8) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:51:30,600 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:30,603 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:30,603 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:51:30,607 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:30,607 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:51:30,610 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,610 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:51:30,614 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,614 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:51:30,617 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:51:30,617 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:30,617 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:30,643 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:30,643 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). 2024-03-01 20:51:30,643 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:30,643 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:51:30,648 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 ; label: None ; device: /dev/sdb ; serial: 36001405038fa0ec67004009822636a39 ; exists: True ; vg_name: test_vg1 ; vg_uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:51:30,648 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:51:30,651 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:30,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:30,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:30,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:30,665 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:30,668 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:51:30,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:30,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:30,674 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:30,699 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:30,699 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). 2024-03-01 20:51:30,699 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:30,699 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:30,700 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:30,704 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:51:30,705 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:30,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,715 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:30,716 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:30,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:51:30,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:30,719 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:30,723 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:30,723 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:30,726 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:30,726 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:30,727 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:51:30,727 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2ea34e80) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:51:30,730 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:30,730 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:30,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:51:30,734 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:30,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,744 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:30,744 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:30,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:51:30,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:30,748 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:30,751 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:30,751 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:30,755 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:30,755 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:30,755 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:51:30,755 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e998fd0) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:51:30,759 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:30,759 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:30,762 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/lvm-pv-uuid-Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', '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': 'Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA', 'ID_FS_UUID_ENC': 'Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:51:30,762 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:30,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,773 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:30,773 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:30,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:51:30,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:30,776 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:30,780 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:30,780 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:30,783 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:30,783 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:30,784 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:51:30,784 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e9a0470) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:51:30,787 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:30,790 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:30,791 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:51:30,794 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:30,794 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:51:30,798 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,798 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:51:30,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:51:30,804 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:51:30,804 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:30,804 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 20:51:30,831 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:30,831 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:30,831 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:30,832 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:51:30,836 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA ; label: None ; device: /dev/sdc ; serial: 36001405e20e515c49f94520af355dfe2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:30,836 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:51:30,840 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:30,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:30,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:30,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:30,853 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:30,856 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:51:30,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:30,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:30,863 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 20:51:30,888 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:30,888 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:30,888 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:30,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:30,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:30,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:51:30,907 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:30,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:51:30,910 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:30,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:30,914 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:30,918 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:30,918 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:30,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:30,922 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:30,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:30,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:51:30,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:30,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:30,934 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:30,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:30,938 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:30,938 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:51:30,939 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:51:30,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:30,942 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:30,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:30,946 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:30,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'ID_FS_UUID_ENC': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '837323385'} ; 2024-03-01 20:51:30,949 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:30,950 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:30,954 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:51:30,954 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:30,954 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:30,954 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:30,957 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:51:30,957 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:30,957 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:30,957 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:30,960 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:51:30,961 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:30,961 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:30,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:30,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:51:30,971 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:30,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:30,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:30,973 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:30,969 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8d2e998ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7f8d2ea10978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:30,974 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:30,977 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:51:30,977 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:30,977 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:30,981 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:30,985 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:30,985 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:51:30,989 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:30,989 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:51:30,992 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,992 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:51:30,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:30,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:51:30,998 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:30,998 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:51:31,002 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:31,002 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:51:31,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:31,006 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:31,006 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:31,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:51:31,010 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:31,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,020 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:31,021 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:31,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:51:31,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:51:31,024 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:31,028 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:31,028 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:31,031 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:31,032 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,032 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:51:31,032 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e9a4d30) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:51:31,035 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:31,036 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:31,039 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:51:31,039 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:31,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,049 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:31,050 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:31,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:51:31,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:51:31,053 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:31,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:31,057 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:31,060 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:31,060 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,061 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:51:31,061 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e9aa3c8) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:51:31,064 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:31,064 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:31,068 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:51:31,068 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:31,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:31,079 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:31,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:51:31,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:51:31,082 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:31,086 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:31,086 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:31,089 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:31,089 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,090 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:51:31,090 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2ea349e8) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:51:31,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:31,093 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:31,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:51:31,097 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:31,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:31,107 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:31,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:51:31,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:51:31,111 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:31,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:31,114 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:31,118 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:31,118 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,118 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:51:31,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e99b2b0) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:51:31,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:31,122 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:31,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:51:31,125 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:31,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,136 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:31,136 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:31,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:51:31,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:51:31,140 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:31,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:31,143 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:31,146 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:31,147 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,147 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:51:31,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e99b7f0) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:51:31,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:31,151 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:31,154 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:51:31,154 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:31,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,165 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:31,165 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:31,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:31,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:51:31,169 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:31,172 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:31,172 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:31,175 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:31,176 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,176 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:51:31,176 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e9b91d0) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:51:31,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:31,180 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:31,183 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:51:31,183 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:31,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,194 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:31,194 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:31,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:51:31,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:51:31,197 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:31,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:31,201 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:31,204 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:31,204 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:31,205 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:51:31,205 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e9b9860) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:51:31,208 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:31,208 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:31,212 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': '26377255'} ; 2024-03-01 20:51:31,212 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:31,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:31,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:31,222 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:31,222 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:31,222 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:31,222 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:31,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:31,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:31,226 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:31,229 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:31,229 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:31,232 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:31,233 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:31,233 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:51:31,233 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8d2e9b9da0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:31,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:31,240 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:31,240 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:51:31,243 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:31,243 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:51:31,247 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:31,247 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:51:31,250 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:31,250 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:51:31,253 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:31,257 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:31,260 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:31,264 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 0x7f8d2e9a6208> 2024-03-01 20:51:34,560 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:51:34,565 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:34,565 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:34,569 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': '26381827'} ; 2024-03-01 20:51:34,569 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:34,570 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:34,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,579 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:34,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:34,598 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:34,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:51:34,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:51:34,621 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:34,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:51:34,624 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:34,628 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:34,628 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:34,631 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:34,632 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:34,632 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:34,635 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:34,638 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:34,642 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:34,645 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:34,648 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:34,649 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:34,649 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:51:34,649 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:34,649 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8d2e9c25c0) -- 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 0x7f8d2e9c9e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:34,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:34,657 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:34,657 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:51:34,660 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:34,660 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:51:34,664 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:34,664 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:51:34,667 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:34,667 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:51:34,667 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:34,671 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:34,671 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:51:34,674 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:34,674 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:34,678 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-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', '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-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'ID_FS_UUID_ENC': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '837323385'} ; 2024-03-01 20:51:34,678 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:34,678 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:34,682 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:51:34,682 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:34,682 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:34,682 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:34,685 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:51:34,686 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:34,686 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:34,686 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:34,689 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:51:34,689 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:34,689 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:34,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:51:34,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:34,700 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:34,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:34,701 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:34,697 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8d2e998ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7f8d2ea10978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:34,701 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:34,705 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:51:34,705 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:34,705 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:34,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:34,709 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:51:34,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:34,720 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:34,733 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:34,734 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:34,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:34,747 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:34,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:34,759 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:34,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:34,771 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:34,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:34,783 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:34,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:34,794 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:34,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:34,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:34,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:34,806 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:39,377 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_o82s_o5y/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:39,412 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:39,412 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:39,416 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:39,416 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:51:39,416 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:39,416 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:39,420 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:39,421 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:39,424 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:39,424 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:39,428 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:39,428 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:39,431 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:39,431 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:39,439 INFO program/MainThread: stdout: 2024-03-01 20:51:39,439 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:39,439 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e 2024-03-01 20:51:39,439 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 2024-03-01 20:51:39,439 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 2024-03-01 20:51:39,439 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 2024-03-01 20:51:39,439 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA 2024-03-01 20:51:39,439 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,439 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,439 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:39,440 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:39,440 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:39,440 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 sdb 1073741824 root disk brw-rw---- LVM2_member 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 sdc 1073741824 root disk brw-rw---- LVM2_member Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:39,440 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:39,440 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:39,441 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:39,441 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:39,441 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:39,441 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:39,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:39,453 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:39,465 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:51:39,470 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/lvm-pv-uuid-4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e', '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': '4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e', 'ID_FS_UUID_ENC': '4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:51:39,470 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:39,470 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:39,500 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:39,500 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:39,500 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:39,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:39,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:39,514 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:39,518 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:39,519 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:39,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:39,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:39,523 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:39,526 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:39,526 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:39,530 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:39,530 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:39,531 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:39,531 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3758853c8) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:51:39,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:39,539 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:39,539 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:51:39,542 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:39,542 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:51:39,546 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:39,546 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:51:39,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:39,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:51:39,552 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:51:39,553 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:39,553 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:39,587 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:39,587 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0. WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:39,587 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:39,588 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:51:39,593 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e ; label: None ; device: /dev/sda ; serial: 360014056f88994e435844fea0635145f ; exists: True ; vg_name: test_vg1 ; vg_uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; pe_start: 8 MiB ; 2024-03-01 20:51:39,593 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:51:39,596 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:39,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:39,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:39,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:39,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:39,609 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:39,639 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:39,639 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0. WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:39,639 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:39,639 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:39,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:51:39,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:39,649 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:39,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:39,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:39,653 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:39,679 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:39,679 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0. WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:39,679 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:39,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:51:39,685 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:51:39,688 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:51:39,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:39,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:39,695 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:39,695 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:39,698 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/lvm-pv-uuid-4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0', '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': '4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0', 'ID_FS_UUID_ENC': '4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:51:39,699 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:39,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:39,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:39,709 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:39,709 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:39,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:51:39,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:39,713 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:39,716 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:39,716 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:39,720 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:39,720 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:39,720 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:51:39,721 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3748575f8) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:51:39,724 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:39,728 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:39,728 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:51:39,731 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:39,731 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:51:39,735 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:39,735 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:51:39,738 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:39,738 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:51:39,741 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:51:39,742 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:39,742 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:39,767 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:39,767 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). 2024-03-01 20:51:39,767 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:39,768 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:51:39,772 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 ; label: None ; device: /dev/sdb ; serial: 36001405038fa0ec67004009822636a39 ; exists: True ; vg_name: test_vg1 ; vg_uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:51:39,772 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:51:39,775 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:39,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:39,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:39,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:39,789 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:39,792 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:51:39,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:39,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:39,798 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:39,829 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:39,829 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA. WARNING: VG test_vg1 is missing PV Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA (last written to /dev/sdc). 2024-03-01 20:51:39,829 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:39,830 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:39,830 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:39,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:51:39,834 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:39,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:39,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:39,845 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:39,846 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:39,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:51:39,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:39,849 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:39,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:39,853 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:39,856 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:39,857 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:39,857 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:51:39,857 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd374857e80) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:51:39,861 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:39,861 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:39,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:51:39,864 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:39,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:39,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:39,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:39,875 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:39,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:51:39,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:39,878 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:39,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:39,882 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:39,885 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:39,886 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:39,886 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:51:39,886 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747bbfd0) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:51:39,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:39,890 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:39,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/lvm-pv-uuid-Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA', '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': 'Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA', 'ID_FS_UUID_ENC': 'Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:51:39,893 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:39,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:39,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:39,903 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:39,904 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:39,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:51:39,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:39,907 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:39,911 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:39,911 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:39,914 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:39,914 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:39,915 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:51:39,915 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747c3470) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:51:39,918 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:39,922 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:39,922 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:51:39,926 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:39,926 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:51:39,929 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:39,929 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:51:39,933 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:39,933 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:51:39,936 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:51:39,936 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:39,936 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 20:51:39,962 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=4LA1rn-BuSW-xOxi-bVUi-ytKi-amFc-klqb7e LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=4eJbsS-iwyz-mhBT-TWfP-18Hk-FQUL-8PvsX0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf 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=Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:39,962 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:39,962 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:39,963 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:51:39,967 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Ud73Qf-YVNI-8l7Y-KU5x-PhSZ-4MRZ-MjE6ZA ; label: None ; device: /dev/sdc ; serial: 36001405e20e515c49f94520af355dfe2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:39,967 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:51:39,970 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:39,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:39,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:39,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:39,984 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:39,987 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:51:39,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf ; incomplete: True ; hidden: False ; 2024-03-01 20:51:39,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:39,993 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 20:51:40,020 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:40,020 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:40,020 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:40,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:40,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:51:40,039 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:40,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:51:40,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:40,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:40,047 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:40,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:40,051 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:40,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:40,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:40,059 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:40,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:51:40,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:40,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:40,066 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:40,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:40,070 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:40,071 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:51:40,071 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:51:40,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:40,074 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:40,078 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:40,078 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:40,082 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9 ' '/dev/disk/by-id/dm-uuid-LVM-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5', '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-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'ID_FS_UUID_ENC': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '837323385'} ; 2024-03-01 20:51:40,082 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:40,082 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:40,086 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:51:40,086 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:40,087 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:40,087 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:40,090 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:51:40,090 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:40,090 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:40,090 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:40,093 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:51:40,093 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:40,093 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:40,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:51:40,104 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:40,105 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:40,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:40,106 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:40,101 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:40,106 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:40,109 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:51:40,110 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:40,110 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:40,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:40,118 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:40,118 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:51:40,122 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:40,122 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:51:40,125 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:40,125 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:51:40,129 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:40,129 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:51:40,131 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:40,131 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:51:40,135 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:40,135 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:51:40,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:40,139 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:40,140 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:40,143 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:51:40,143 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:40,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,154 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:40,154 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:40,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:51:40,155 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:51:40,158 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:40,161 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:40,161 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:40,165 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:40,165 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,166 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:51:40,166 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747c7ef0) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:51:40,169 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:40,169 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:40,173 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:51:40,173 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:40,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,183 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:40,184 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:40,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:51:40,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:51:40,187 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:40,190 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:40,191 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:40,194 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:40,194 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,195 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:51:40,195 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747cd438) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:51:40,198 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:40,198 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:40,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:51:40,202 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:40,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,212 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:40,213 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:40,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:51:40,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:51:40,216 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:40,220 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:40,220 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:40,223 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:40,223 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,224 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:51:40,224 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3748579e8) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:51:40,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:40,227 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:40,231 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:51:40,231 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:40,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,241 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:40,242 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:40,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:51:40,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:51:40,245 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:40,248 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:40,249 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:40,252 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:40,252 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,253 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:51:40,253 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747be320) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:51:40,256 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:40,256 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:40,260 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:51:40,260 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:40,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,270 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:40,271 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:40,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:51:40,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:51:40,274 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:40,277 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:40,278 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:40,281 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:40,281 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,282 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:51:40,282 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747be860) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:51:40,285 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:40,285 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:40,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:51:40,289 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:40,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,299 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:40,300 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:40,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:40,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:51:40,303 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:40,307 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:40,307 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:40,310 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:40,310 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,311 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:51:40,311 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747dc240) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:51:40,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:40,315 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:40,318 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:51:40,318 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:40,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,329 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:40,329 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:40,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:51:40,330 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:51:40,333 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:40,336 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:40,336 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:40,340 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:40,340 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:40,340 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:51:40,340 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747dc8d0) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:51:40,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:40,344 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:40,347 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': '26377255'} ; 2024-03-01 20:51:40,347 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:40,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:40,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:40,358 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:40,358 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:40,358 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:40,358 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:40,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:40,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:40,362 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:40,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:40,365 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:40,368 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:40,369 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:40,369 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:51:40,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3747dce10) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:40,373 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:40,376 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:40,376 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:51:40,380 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:40,380 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:51:40,383 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:40,383 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:51:40,386 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:40,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:51:40,390 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:40,393 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:40,396 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:40,400 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 0x7fd375925488> 2024-03-01 20:51:43,579 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:51:43,584 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:43,584 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:43,588 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': '26381827'} ; 2024-03-01 20:51:43,588 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:43,588 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:43,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,599 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:43,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:43,618 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:43,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:51:43,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:51:43,641 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:43,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:51:43,645 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:43,648 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:43,649 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:43,652 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:43,652 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:43,652 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:43,656 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:43,659 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:43,662 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:43,665 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:43,669 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:43,669 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:43,669 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:51:43,670 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:43,669 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd3747e4470) -- 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 0x7fd3747ece60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:43,673 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:43,677 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:43,677 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:51:43,680 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:43,681 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:51:43,684 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:43,684 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:51:43,688 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:43,688 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:51:43,688 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:43,691 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:43,691 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:51:43,694 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:43,695 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:43,698 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', '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-AtLCnkTUZ2FlZDvH0fhnN45rWY1PgZEf1J8rB7yrzLfcWGS4LUWN83shQZ5y67l5', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'ID_FS_UUID_ENC': '2fae4bf8-ee67-45e2-8cb1-f19116f3b6b9', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '837323385'} ; 2024-03-01 20:51:43,698 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:43,698 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:43,702 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:51:43,702 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:43,702 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:43,703 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:43,706 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:51:43,706 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:43,706 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:43,706 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:43,709 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:51:43,709 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:43,709 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:43,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:51:43,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,721 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,717 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,722 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:43,725 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:51:43,725 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:43,725 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:43,729 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:43,729 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:51:43,729 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:43,739 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:43,752 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:43,752 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:43,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:43,766 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:43,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:43,778 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:43,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:43,790 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:43,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:43,802 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:43,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:43,814 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:43,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:43,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:43,826 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:43,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,832 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:51:43,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,836 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,836 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,836 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,837 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,837 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:43,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:51:43,844 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:51:43,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:51:43,849 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:51:43,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:51:43,856 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:51:43,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:43,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:51:43,862 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:43,864 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,865 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,866 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,868 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,869 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,869 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,870 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,873 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,873 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,874 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,877 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,878 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,875 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,882 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,883 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,879 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,885 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,886 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,886 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,889 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,890 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,891 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,887 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,894 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,895 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,898 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,899 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,895 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,903 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,906 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,907 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,910 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,910 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,911 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,914 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,915 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,927 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,931 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,932 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,935 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,939 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,956 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,959 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,960 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,963 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,964 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,967 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,968 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,969 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,971 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,973 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,976 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,980 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,980 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,984 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:43,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:51:43,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd3747bbac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 1J8rB7-yrzL-fcWG-S4LU-WN83-shQZ-5y67l5 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 (0x7fd374833978) -- 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 = AtLCnk-TUZ2-FlZD-vH0f-hnN4-5rWY-1PgZEf size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:51:43,994 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:51:43,997 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:51:43,998 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:43,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 20:51:44,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:51:44,002 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,002 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 20:51:44,006 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:51:44,007 INFO program/MainThread: stderr[19]: 2024-03-01 20:51:44,007 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:51:44,011 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:44,011 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:51:44,012 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,012 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'sdb', 'test_vg1'] 2024-03-01 20:51:44,012 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:51:44,015 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:51:44,015 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:44,019 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:51:44,022 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:51:44,025 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:51:44,025 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:51:44,025 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:44,025 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:51:44,025 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:51:44,028 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:51:44,029 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:44,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:51:44,033 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:51:44,033 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:44,033 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:51:44,033 DEBUG blivet/MainThread: removing sda 2024-03-01 20:51:44,036 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:51:44,036 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:44,036 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 20:51:44,039 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:51:44,039 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:44,039 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:51:44,039 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:51:44,042 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:51:44,042 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:51:44,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:51:44,045 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:51:44,045 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:44,046 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,059 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,083 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,098 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:44,099 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,099 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,099 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:44,099 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:44,099 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:44,099 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:44,100 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:51:44,100 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:51:44,103 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:44,106 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:44,109 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:51:44,109 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:51:44,112 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:44,112 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 0x7fd374828f10> 2024-03-01 20:51:44,113 INFO blivet/MainThread: sorting actions... 2024-03-01 20:51:44,113 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,113 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,114 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:44,114 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:44,114 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:44,114 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:44,114 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,121 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:44,121 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:51:44,128 INFO program/MainThread: stdout: 2024-03-01 20:51:44,128 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:51:44,128 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,128 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,147 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,147 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,159 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,160 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:51:44,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:44,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:51:44,171 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:44,175 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:51:44,188 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:51:44,188 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --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 20:51:44,224 INFO program/MainThread: stdout[20]: 2024-03-01 20:51:44,224 INFO program/MainThread: stderr[20]: 2024-03-01 20:51:44,225 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:51:44,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:51:44,232 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,236 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:44,239 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,242 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:44,246 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,249 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:44,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:44,252 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --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 20:51:44,288 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 20:51:44,289 INFO program/MainThread: stderr[21]: 2024-03-01 20:51:44,289 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:51:44,290 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:51:44,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:51:44,306 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:51:44,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:51:44,322 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,327 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:44,335 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,340 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:44,345 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,348 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:44,351 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:51:44,352 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --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 20:51:44,383 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 20:51:44,384 INFO program/MainThread: stderr[22]: 2024-03-01 20:51:44,384 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:51:44,384 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --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 20:51:44,430 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:51:44,430 INFO program/MainThread: stderr[23]: 2024-03-01 20:51:44,430 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:51:44,431 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --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 20:51:44,466 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 20:51:44,467 INFO program/MainThread: stderr[24]: 2024-03-01 20:51:44,467 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:51:44,467 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:51:44,474 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,480 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:51:44,486 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:51:44,486 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --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 20:51:44,532 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:51:44,533 INFO program/MainThread: stderr[25]: 2024-03-01 20:51:44,533 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:51:44,533 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:51:44,533 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,570 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,587 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,597 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,598 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:51:44,602 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,605 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:51:44,608 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:51:44,608 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:44,639 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:51:44,639 INFO program/MainThread: stderr[26]: 2024-03-01 20:51:44,639 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:51:44,639 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:51:44,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,672 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,686 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,686 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,699 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,700 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:51:44,704 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:44,707 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:51:44,710 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:51:44,710 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:44,736 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:51:44,737 INFO program/MainThread: stderr[27]: 2024-03-01 20:51:44,737 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:51:44,737 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:51:44,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,767 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,781 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:44,793 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:44,799 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:44,799 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 0x7fd3747cf1a8> 2024-03-01 20:52:00,735 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vbyqf56q/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:05,414 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_m4xa9qfj/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:12,850 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_e6cr4ibe/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:12,887 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:12,888 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:12,891 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:12,891 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:52:12,891 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:12,891 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:12,896 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,896 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:12,900 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:12,900 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:12,903 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:12,903 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:12,906 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:12,907 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:12,914 INFO program/MainThread: stdout: 2024-03-01 20:52:12,914 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:12,914 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,914 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,914 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:12,915 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:12,915 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,915 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:12,915 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:12,915 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:12,916 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:12,916 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:12,916 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:12,916 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:12,916 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,927 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,938 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:52:12,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:52:12,943 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:52:12,944 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:12,974 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:12,974 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:12,974 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:12,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:12,988 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:12,993 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:12,993 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:12,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:12,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:12,997 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:13,001 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:13,001 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:13,004 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:52:13,005 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,005 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:13,005 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169fec3470) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:52:13,009 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:13,009 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:52:13,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:52:13,013 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:52:13,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,023 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:13,023 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:13,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:52:13,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:52:13,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:13,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:13,030 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:13,034 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:52:13,034 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,034 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:52:13,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee72400) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:52:13,038 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:13,038 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:52:13,041 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:52:13,041 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:52:13,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,051 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:13,052 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:13,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:13,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:52:13,055 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:13,059 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:13,059 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:52:13,062 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:52:13,062 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,063 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:52:13,063 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee724a8) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:52:13,066 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:13,067 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:13,070 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:52:13,070 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:52:13,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,080 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:13,081 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:13,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:13,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:52:13,084 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:13,088 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:13,088 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:52:13,091 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:52:13,091 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,092 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:52:13,092 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee775c0) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:52:13,095 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:13,095 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:13,099 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:52:13,099 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:52:13,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,109 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:13,109 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:13,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:52:13,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:52:13,113 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:13,116 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:13,116 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:13,119 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:52:13,120 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,120 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:52:13,120 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee77438) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:52:13,124 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:13,124 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:52:13,127 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:52:13,127 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:52:13,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,137 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:13,138 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:13,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:13,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:52:13,141 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:13,145 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:13,145 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:13,148 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:52:13,148 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,149 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:52:13,149 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee884a8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:52:13,152 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:13,153 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:52:13,156 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:52:13,156 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:52:13,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,166 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:13,167 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:13,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:13,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:52:13,170 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:13,173 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:13,174 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:13,177 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:13,177 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,178 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:52:13,178 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee88b38) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:52:13,181 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:13,181 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:52:13,185 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:52:13,185 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:52:13,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,195 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:13,195 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:13,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:13,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:52:13,199 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:13,202 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:13,202 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:13,206 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:52:13,206 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,206 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:52:13,207 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee88f60) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:52:13,210 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:13,210 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:52:13,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:52:13,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 20:52:13,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:13,224 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:13,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:52:13,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:52:13,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:13,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:13,231 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:13,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 20:52:13,235 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,235 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:52:13,235 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee74a20) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:52:13,239 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:13,239 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:52:13,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:52:13,242 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:52:13,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,253 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:13,253 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:13,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:52:13,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:13,257 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:13,260 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:13,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 20:52:13,264 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:52:13,264 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,264 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:52:13,264 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee88cf8) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:52:13,268 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:13,268 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:52:13,271 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:52:13,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 20:52:13,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,282 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:13,282 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:13,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:52:13,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:52:13,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:13,289 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:13,289 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:13,292 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:52:13,293 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,293 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:52:13,293 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee98940) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:52:13,297 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:13,297 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:52:13,300 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:52:13,300 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:52:13,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,310 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:13,311 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:13,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:52:13,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:13,314 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:13,318 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:13,318 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:13,321 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:52:13,321 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:13,322 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:52:13,322 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee98fd0) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:52:13,325 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:13,325 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:52:13,329 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': '26377255'} ; 2024-03-01 20:52:13,329 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:13,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:13,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:13,339 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:13,339 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:13,339 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:13,339 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:13,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:13,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:52:13,343 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:13,346 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:13,346 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:13,349 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:13,350 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:13,350 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:52:13,350 INFO blivet/MainThread: got device: DiskDevice instance (0x7f169ee98d68) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:52:13,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:13,357 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:13,358 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:52:13,361 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:13,361 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:52:13,364 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:13,365 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:13,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:13,368 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:52:13,372 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:13,375 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:13,378 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:13,383 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 0x7f169ee8c608> 2024-03-01 20:52:16,340 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:52:16,345 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:16,345 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:16,349 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': '26381827'} ; 2024-03-01 20:52:16,349 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:16,349 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:16,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,359 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:16,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,376 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:52:16,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:16,399 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:16,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:16,402 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:16,406 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:16,406 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:16,409 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:16,410 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:16,410 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:16,413 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:16,416 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:16,419 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:16,423 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:16,426 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:16,426 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:16,426 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:52:16,427 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:16,426 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f16a020f390) -- 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 0x7f169ee2e0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:16,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:16,434 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:16,434 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:16,438 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:16,438 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:16,441 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:16,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:16,445 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:16,445 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:16,447 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:16,447 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:16,450 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:16,451 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:52:16,454 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:16,454 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:16,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,468 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,480 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:16,481 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:16,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:16,494 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:16,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:16,506 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:16,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:16,518 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:16,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:16,529 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:16,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:16,541 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:52:16,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:16,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:16,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:16,552 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:16,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:52:16,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:52:16,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 20:52:16,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:52:16,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:52:16,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:52:16,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:52:16,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:52:21,089 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_e2kf46iv/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:21,125 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:21,125 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:21,129 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:21,129 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:52:21,129 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:21,129 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:21,133 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:21,134 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:21,137 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:21,137 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:21,141 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:21,141 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:21,144 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:21,144 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:21,152 INFO program/MainThread: stdout: 2024-03-01 20:52:21,152 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:21,152 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:21,152 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:21,152 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:21,152 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:21,153 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:21,153 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:21,153 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:21,153 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:21,153 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:21,153 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:21,154 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:21,164 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:21,175 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:52:21,180 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:52:21,180 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:52:21,180 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:21,211 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:21,211 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:21,211 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:21,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,224 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:21,229 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:21,229 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:21,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:21,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:21,234 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:21,237 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:21,237 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:21,241 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:52:21,241 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,242 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:21,242 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7756092470) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:52:21,245 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:21,246 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:52:21,249 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:52:21,249 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:52:21,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,259 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:21,260 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:21,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:52:21,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:52:21,263 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:21,267 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:21,267 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:21,270 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:52:21,270 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,271 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:52:21,271 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755041400) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:52:21,274 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:21,274 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:52:21,278 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:52:21,278 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:52:21,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,288 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:21,288 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:21,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:21,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:52:21,292 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:21,295 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:21,295 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:52:21,298 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:52:21,299 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,299 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:52:21,299 INFO blivet/MainThread: got device: DiskDevice instance (0x7f77550414a8) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:52:21,303 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:21,303 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:21,306 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:52:21,307 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:52:21,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,317 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:21,318 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:21,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:21,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:52:21,321 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:21,324 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:21,325 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:52:21,328 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:52:21,328 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,329 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:52:21,329 INFO blivet/MainThread: got device: DiskDevice instance (0x7f77550465c0) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:52:21,332 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:21,332 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:21,335 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:52:21,336 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:52:21,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,346 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:21,346 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:21,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:52:21,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:52:21,349 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:21,353 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:21,353 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:21,356 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:52:21,356 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,357 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:52:21,357 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755046438) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:52:21,360 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:21,360 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:52:21,364 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:52:21,364 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:52:21,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,374 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:21,375 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:21,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:21,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:52:21,378 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:21,382 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:21,382 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:21,385 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:52:21,386 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,386 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:52:21,386 INFO blivet/MainThread: got device: DiskDevice instance (0x7f77550574a8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:52:21,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:21,390 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:52:21,393 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:52:21,393 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:52:21,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,403 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:21,404 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:21,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:21,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:52:21,407 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:21,410 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:21,410 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:21,414 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:21,414 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,414 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:52:21,414 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755057b38) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:52:21,418 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:21,418 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:52:21,422 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:52:21,422 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:52:21,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,432 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:21,432 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:21,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:21,433 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:52:21,436 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:21,439 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:21,439 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:21,443 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:52:21,443 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,443 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:52:21,443 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755057f60) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:52:21,447 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:21,447 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:52:21,450 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:52:21,450 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:52:21,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,460 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:21,461 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:21,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:52:21,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:52:21,464 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:21,468 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:21,468 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:21,471 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:52:21,472 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,472 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:52:21,472 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755043a20) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:52:21,476 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:21,476 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:52:21,479 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:52:21,479 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:52:21,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,489 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:21,490 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:21,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:52:21,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:21,493 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:21,496 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:21,497 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:21,500 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:52:21,500 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,501 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:52:21,501 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755057cf8) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:52:21,504 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:21,504 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:52:21,508 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:52:21,508 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:52:21,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,518 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:21,518 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:21,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:52:21,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:52:21,522 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:21,525 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:21,525 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:21,528 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:52:21,529 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,529 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:52:21,529 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755067940) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:52:21,533 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:21,533 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:52:21,536 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:52:21,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 20:52:21,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,546 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:21,547 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:21,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:52:21,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:21,550 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:21,553 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:21,554 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:21,557 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:52:21,557 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:21,558 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:52:21,558 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755067fd0) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:52:21,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:21,561 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:52:21,564 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': '26377255'} ; 2024-03-01 20:52:21,564 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:21,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:21,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:21,575 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:21,575 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:21,575 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:21,575 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:21,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:21,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:52:21,578 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:21,582 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:21,582 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:21,585 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:21,586 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:21,586 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:52:21,586 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7755067d68) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:52:21,589 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:21,593 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:21,593 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:52:21,596 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:21,597 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:52:21,600 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:21,600 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:21,604 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:21,604 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:52:21,608 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:21,611 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:21,614 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:21,618 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 0x7f7755059c08> 2024-03-01 20:52:24,608 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:52:24,613 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:24,613 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:24,617 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': '26381827'} ; 2024-03-01 20:52:24,617 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:24,617 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:24,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,627 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:24,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:24,646 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:24,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:52:24,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:24,669 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:24,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:24,673 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:24,676 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:24,676 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:24,680 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:24,680 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:24,680 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:24,683 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:24,687 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:24,690 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:24,693 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:24,696 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:24,697 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:24,697 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:52:24,698 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:24,697 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7756092f98) -- 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 0x7f7754ffd0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:24,701 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:24,705 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:24,705 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:24,708 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:24,708 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:24,712 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:24,712 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:24,715 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:24,715 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:24,717 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:24,717 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:24,721 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:24,721 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:52:24,724 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:24,724 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:24,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:24,736 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:24,748 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:24,749 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:24,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,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 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,762 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:24,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,774 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:24,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,786 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:24,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,797 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:24,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,809 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:52:24,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,820 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:24,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,832 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:52:24,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:52:24,838 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:52:24,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:52:24,844 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:52:24,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:52:24,850 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:52:24,853 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:24,853 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:52:24,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:52:24,857 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:24,857 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:24,861 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:52:24,861 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:24,864 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:24,864 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:52:24,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:52:24,867 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:24,867 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:24,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:52:24,871 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:24,873 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:24,874 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:52:24,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:52:24,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:24,877 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:24,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:52:24,880 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:24,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:52:24,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:52:24,889 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:24,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:52:24,896 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:24,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:52:24,903 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:24,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:52:24,907 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:52:24,908 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:52:24,908 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:24,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,922 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:52:24,922 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:24,923 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:24,923 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:52:24,923 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:24,924 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:24,927 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:24,927 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:52:24,930 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:24,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:52:24,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:24,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:24,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:52:24,942 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:52:24,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:24,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:24,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:52:24,952 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:24,953 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:24,953 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 20:52:24,953 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:52:24,957 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:52:24,957 INFO program/MainThread: stderr[4]: 2024-03-01 20:52:24,958 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:52:24,958 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:52:24,958 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:24,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:52:24,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:52:24,963 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:24,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:24,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:24,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:24,976 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 20:52:24,977 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:24,978 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 20:52:24,978 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 20:52:24,978 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:24,979 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 20:52:24,982 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:24,982 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 20:52:24,985 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:24,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:52:24,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:24,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:24,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 20:52:24,996 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:52:25,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:25,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:25,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 20:52:25,007 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:25,008 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 20:52:25,008 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 20:52:25,008 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 20:52:25,009 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:25,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 20:52:25,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,013 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:25,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,025 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 20:52:25,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 20:52:25,031 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:52:25,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 20:52:25,037 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:52:25,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 20:52:25,043 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:52:25,046 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,046 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 20:52:25,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:52:25,049 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:25,049 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:25,052 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,052 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:25,055 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,055 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 20:52:25,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:52:25,059 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:25,059 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:25,062 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,062 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:25,065 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,065 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 20:52:25,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 20:52:25,069 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:25,069 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:25,072 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,072 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:25,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 20:52:25,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:52:25,080 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:25,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:52:25,087 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:25,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:52:25,094 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:25,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 20:52:25,098 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:52:25,099 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 20:52:25,099 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:25,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,113 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 20:52:25,114 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:25,114 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:25,114 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:52:25,114 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:25,115 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:25,118 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,118 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 20:52:25,121 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:52:25,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:25,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:25,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 20:52:25,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:52:25,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:25,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:25,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 20:52:25,143 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:25,144 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:25,144 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:52:25,144 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 20:52:25,144 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:25,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:52:25,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,148 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:25,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,161 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 20:52:25,161 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:25,162 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:25,162 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 20:52:25,162 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:25,163 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:25,166 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,166 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 20:52:25,169 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:52:25,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:25,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:25,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:52:25,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:52:25,184 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:25,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:25,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 20:52:25,191 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:25,192 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:25,192 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 20:52:25,192 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 20:52:25,192 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:25,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 20:52:25,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,197 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:25,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,210 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 20:52:25,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 20:52:25,216 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:52:25,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 20:52:25,221 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:52:25,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 20:52:25,227 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:52:25,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 20:52:25,233 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:52:25,236 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,236 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 20:52:25,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 20:52:25,240 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:25,240 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:25,243 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,243 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:25,246 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,246 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 20:52:25,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:52:25,249 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:25,249 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:25,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,253 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:25,256 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,256 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 20:52:25,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 20:52:25,269 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:25,269 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:25,272 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,272 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:25,275 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:25,275 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:52:25,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:52:25,279 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:25,279 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:25,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:52:25,282 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:25,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 20:52:25,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:52:25,291 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:25,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:52:25,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:25,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:52:25,306 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:25,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:52:25,313 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:25,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 20:52:25,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:52:25,318 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 20:52:25,318 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:25,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,333 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 20:52:25,334 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,334 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:25,334 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -900.0 2024-03-01 20:52:25,335 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,335 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:25,338 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,339 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 20:52:25,342 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:52:25,346 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:25,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:25,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:52:25,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:52:25,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:25,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:25,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 20:52:25,364 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,365 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:25,365 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 20:52:25,365 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 20:52:25,365 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:25,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 20:52:25,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,369 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:25,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,382 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 20:52:25,383 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,383 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 20:52:25,384 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -800.0 2024-03-01 20:52:25,384 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,385 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 20:52:25,388 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,388 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 20:52:25,391 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 20:52:25,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:25,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:25,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:52:25,403 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:52:25,406 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:25,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:25,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 20:52:25,413 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,414 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 20:52:25,414 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 20:52:25,415 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 20:52:25,415 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:25,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:52:25,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,419 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:25,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,432 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 20:52:25,433 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,434 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 20:52:25,434 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -700.0 2024-03-01 20:52:25,434 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,435 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 20:52:25,438 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,438 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 20:52:25,441 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:52:25,445 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:25,449 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:25,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:52:25,453 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:52:25,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:25,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:25,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 20:52:25,464 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,465 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 20:52:25,465 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:52:25,465 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 20:52:25,465 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:25,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:52:25,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,469 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:25,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:25,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:25,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:25,482 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 20:52:25,483 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,484 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:25,484 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -600.0 2024-03-01 20:52:25,484 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,485 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:25,488 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,489 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 20:52:25,491 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:25,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:52:25,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:25,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:25,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 20:52:25,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:52:25,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:25,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:25,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 20:52:25,514 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:25,515 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:25,516 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:52:25,516 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 20:52:25,516 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:25,516 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 20:52:25,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 20:52:25,520 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:25,522 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:25,523 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:25,524 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:25,525 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:52:25,527 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:52:25,530 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:25,532 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:25,535 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:52:25,536 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:52:25,539 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:25,539 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 0x7f775501edb0> 2024-03-01 20:52:25,539 INFO blivet/MainThread: sorting actions... 2024-03-01 20:52:25,574 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:25,575 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:25,575 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:25,576 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:25,576 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:25,576 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:25,577 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:25,577 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:25,578 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:25,578 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:25,578 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:25,579 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:25,579 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:25,579 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:25,580 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:25,580 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:25,581 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:25,581 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:25,582 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:25,582 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:25,583 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:25,583 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:25,584 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:25,584 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:25,584 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:25,585 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:25,585 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:25,586 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:25,586 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:25,587 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:25,587 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:25,588 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:25,588 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:25,588 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:25,589 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:25,589 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:25,590 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:25,590 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:25,591 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:25,591 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:25,594 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,597 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 20:52:25,597 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 20:52:25,604 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,642 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,658 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,659 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:25,664 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,667 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 20:52:25,667 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 20:52:25,675 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,708 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,708 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,720 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,721 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:25,725 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,728 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 20:52:25,728 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 20:52:25,734 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,765 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,766 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,779 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,780 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:25,784 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,787 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 20:52:25,787 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 20:52:25,793 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,825 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,825 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,836 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,837 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:25,841 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,844 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 20:52:25,844 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 20:52:25,850 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,850 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,878 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,891 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,892 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:25,896 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,899 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 20:52:25,899 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 20:52:25,905 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,934 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,947 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,948 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:25,952 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:25,955 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 20:52:25,955 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 20:52:25,961 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:25,992 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:25,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,005 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:26,009 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:26,012 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:52:26,012 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:52:26,018 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,048 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,062 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,063 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:26,067 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:26,070 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:52:26,070 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:52:26,076 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,107 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,108 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,118 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,119 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:26,123 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:26,126 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:52:26,126 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:52:26,132 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,163 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,163 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,176 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,177 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:26,181 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,184 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,187 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,187 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:52:26,188 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= devices { filter=["a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:26,220 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 20:52:26,221 INFO program/MainThread: stderr[5]: 2024-03-01 20:52:26,221 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:52:26,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,259 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,265 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:26,265 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:26,267 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 20:52:26,280 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,309 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,310 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:26,314 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,317 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,320 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,320 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:52:26,320 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 20:52:26,358 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 20:52:26,358 INFO program/MainThread: stderr[6]: 2024-03-01 20:52:26,358 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:52:26,358 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,386 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,393 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:26,393 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:26,395 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 20:52:26,406 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,437 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,438 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:26,442 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,445 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,448 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,448 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:52:26,448 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 20:52:26,481 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 20:52:26,481 INFO program/MainThread: stderr[7]: 2024-03-01 20:52:26,481 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:52:26,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,506 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,513 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:26,514 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:26,516 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 20:52:26,529 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,529 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,558 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,559 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:26,563 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,566 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,569 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,569 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:52:26,569 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 20:52:26,603 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 20:52:26,604 INFO program/MainThread: stderr[8]: 2024-03-01 20:52:26,604 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:52:26,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,635 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,641 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:26,641 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:26,642 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 20:52:26,655 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,656 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,684 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,685 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:26,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 20:52:26,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:26,695 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,698 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,702 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,705 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,708 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,711 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,714 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,717 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 20:52:26,720 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 20:52:26,789 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 20:52:26,789 INFO program/MainThread: stderr[9]: 2024-03-01 20:52:26,789 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:52:26,798 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:26,806 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:26,815 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,821 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,827 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,831 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,837 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,842 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,846 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,849 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,860 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,865 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:26,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:26,868 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,879 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,880 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 20:52:26,889 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,902 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,902 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:26,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:26,910 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 20:52:26,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:26,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:26,921 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,928 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,931 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,935 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,938 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,942 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:26,945 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:26,945 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:26,959 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:26,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:26,964 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 20:52:26,989 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 20:52:26,990 INFO program/MainThread: stderr[10]: 2024-03-01 20:52:26,990 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:52:26,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:26,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 20:52:27,088 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 20:52:27,088 INFO program/MainThread: stderr[11]: 2024-03-01 20:52:27,088 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:52:27,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:27,103 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:27,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,150 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:27,156 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:27,156 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:52:27,167 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,167 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,184 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,184 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:27,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,192 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:27,195 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 20:52:27,195 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 20:52:27,218 INFO program/MainThread: stdout: 2024-03-01 20:52:27,218 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:27,219 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:27,219 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:27,219 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:27,219 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:27,219 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:27,219 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:27,219 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:27,219 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:27,219 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:27,219 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,220 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 20:52:27,234 INFO program/MainThread: stdout: 2024-03-01 20:52:27,234 INFO program/MainThread: writing all SBs 2024-03-01 20:52:27,234 INFO program/MainThread: new label = "" 2024-03-01 20:52:27,235 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,254 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:27,259 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:27,260 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:52:27,270 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,270 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,287 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,287 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:27,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:27,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 20:52:27,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,300 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 20:52:27,332 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 20:52:27,333 INFO program/MainThread: stderr[12]: 2024-03-01 20:52:27,333 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:52:27,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:27,338 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 20:52:27,427 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 20:52:27,427 INFO program/MainThread: stderr[13]: 2024-03-01 20:52:27,427 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:52:27,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:27,442 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:27,443 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,487 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:27,493 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:27,494 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:52:27,503 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,518 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,518 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:27,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,526 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:27,529 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 20:52:27,529 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 20:52:27,550 INFO program/MainThread: stdout: 2024-03-01 20:52:27,550 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:27,550 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:27,550 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:27,550 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:27,550 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:27,550 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:27,550 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:27,551 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:27,551 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:27,551 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:27,551 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,551 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 20:52:27,564 INFO program/MainThread: stdout: 2024-03-01 20:52:27,565 INFO program/MainThread: writing all SBs 2024-03-01 20:52:27,565 INFO program/MainThread: new label = "" 2024-03-01 20:52:27,565 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,582 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:27,587 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:27,588 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:52:27,598 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,613 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,613 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:27,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:27,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 20:52:27,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,625 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 20:52:27,654 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 20:52:27,655 INFO program/MainThread: stderr[14]: 2024-03-01 20:52:27,655 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:52:27,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:27,660 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 20:52:27,751 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 20:52:27,751 INFO program/MainThread: stderr[15]: 2024-03-01 20:52:27,751 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:52:27,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:27,771 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:27,771 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,810 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:27,816 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:52:27,817 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:52:27,826 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,827 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,841 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,841 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:27,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,849 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:27,852 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 20:52:27,852 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 20:52:27,873 INFO program/MainThread: stdout: 2024-03-01 20:52:27,874 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:27,874 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:27,874 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:27,874 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:27,874 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:27,874 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:27,874 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:27,874 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:27,874 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:27,874 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:27,874 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,875 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 20:52:27,888 INFO program/MainThread: stdout: 2024-03-01 20:52:27,888 INFO program/MainThread: writing all SBs 2024-03-01 20:52:27,888 INFO program/MainThread: new label = "" 2024-03-01 20:52:27,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,904 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:27,909 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:27,910 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:52:27,919 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:27,935 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:27,935 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:27,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:27,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 20:52:27,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:27,947 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 20:52:27,973 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2977955840 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=710 LVM2_PV_COUNT=4 2024-03-01 20:52:27,973 INFO program/MainThread: stderr[16]: 2024-03-01 20:52:27,974 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:52:27,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:27,978 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 20:52:28,056 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 20:52:28,056 INFO program/MainThread: stderr[17]: 2024-03-01 20:52:28,056 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:52:28,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:28,071 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:28,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,126 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:28,132 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:52:28,133 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:52:28,142 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,159 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,159 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:28,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,167 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:28,170 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 20:52:28,170 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 20:52:28,191 INFO program/MainThread: stdout: 2024-03-01 20:52:28,191 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:28,191 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:28,191 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:28,191 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:28,191 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:28,192 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:28,192 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:28,192 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:28,192 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:28,192 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:28,192 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,192 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 20:52:28,205 INFO program/MainThread: stdout: 2024-03-01 20:52:28,206 INFO program/MainThread: writing all SBs 2024-03-01 20:52:28,206 INFO program/MainThread: new label = "" 2024-03-01 20:52:28,206 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,206 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,223 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:28,228 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:28,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:52:28,239 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,254 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,254 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:28,259 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,262 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,265 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,265 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:52:28,265 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:28,298 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 20:52:28,298 INFO program/MainThread: stderr[18]: 2024-03-01 20:52:28,298 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:52:28,298 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,322 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,329 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:28,330 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:28,332 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 20:52:28,344 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,371 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,371 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:28,376 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,379 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,382 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,382 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:52:28,382 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:28,418 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 20:52:28,418 INFO program/MainThread: stderr[19]: 2024-03-01 20:52:28,419 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:52:28,419 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,437 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:28,445 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:28,447 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 20:52:28,462 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,462 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,485 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,486 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:28,492 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,495 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,498 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,498 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:52:28,499 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:28,538 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 20:52:28,539 INFO program/MainThread: stderr[20]: 2024-03-01 20:52:28,539 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:52:28,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,562 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,569 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:28,569 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:28,571 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 20:52:28,582 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,582 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,610 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,611 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:28,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 20:52:28,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:28,621 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,624 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,627 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,631 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,634 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,637 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 20:52:28,641 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:28,699 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 20:52:28,699 INFO program/MainThread: stderr[21]: 2024-03-01 20:52:28,699 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:52:28,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:28,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:28,719 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,727 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,732 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,739 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,742 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,746 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,746 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,759 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:28,767 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:28,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,780 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,781 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 20:52:28,790 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,804 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,804 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:28,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:28,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 20:52:28,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:28,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:28,823 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,826 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,830 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,834 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,837 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,840 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:28,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:28,852 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:28,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:28,857 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/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:28,882 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:52:28,883 INFO program/MainThread: stderr[22]: 2024-03-01 20:52:28,883 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:52:28,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:28,888 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:28,978 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 20:52:28,978 INFO program/MainThread: stderr[23]: 2024-03-01 20:52:28,978 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:52:28,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:28,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:28,993 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:28,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,023 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:29,029 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:52:29,030 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:52:29,040 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,057 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,057 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:29,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,065 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:29,068 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 20:52:29,068 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 20:52:29,089 INFO program/MainThread: stdout: 2024-03-01 20:52:29,089 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:52:29,090 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:29,090 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:29,090 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:29,090 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:52:29,090 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:29,090 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:29,090 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:29,090 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:29,090 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:29,090 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,091 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 20:52:29,104 INFO program/MainThread: stdout: 2024-03-01 20:52:29,104 INFO program/MainThread: writing all SBs 2024-03-01 20:52:29,104 INFO program/MainThread: new label = "" 2024-03-01 20:52:29,104 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,120 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,125 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:29,125 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:29,126 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:52:29,136 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,153 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,153 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:29,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:29,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 20:52:29,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,165 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/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:29,190 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2873098240 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=685 LVM2_PV_COUNT=3 2024-03-01 20:52:29,191 INFO program/MainThread: stderr[24]: 2024-03-01 20:52:29,191 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:52:29,195 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:29,195 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:29,283 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 20:52:29,283 INFO program/MainThread: stderr[25]: 2024-03-01 20:52:29,283 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:52:29,291 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:29,299 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:29,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,329 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:29,335 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:29,335 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:52:29,345 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,360 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,360 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:29,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,368 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:29,371 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 20:52:29,372 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 20:52:29,392 INFO program/MainThread: stdout: 2024-03-01 20:52:29,392 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:52:29,392 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:29,393 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:29,393 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:29,393 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:52:29,393 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:29,393 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:29,393 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:29,393 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:29,393 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:29,393 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,394 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 20:52:29,407 INFO program/MainThread: stdout: 2024-03-01 20:52:29,408 INFO program/MainThread: writing all SBs 2024-03-01 20:52:29,408 INFO program/MainThread: new label = "" 2024-03-01 20:52:29,408 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,425 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:29,430 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:29,431 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:52:29,441 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,456 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,456 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:29,461 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,464 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,467 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,467 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:52:29,468 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:29,500 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:52:29,501 INFO program/MainThread: stderr[26]: 2024-03-01 20:52:29,501 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:52:29,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,519 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:29,524 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:29,525 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:52:29,535 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,535 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,559 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,559 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:29,564 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,567 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,570 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,570 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:52:29,570 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:29,604 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:52:29,605 INFO program/MainThread: stderr[27]: 2024-03-01 20:52:29,605 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:52:29,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,626 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,631 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:29,631 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:29,632 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:52:29,642 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,667 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,667 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:29,672 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,675 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,678 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,678 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:52:29,678 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:29,713 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:52:29,713 INFO program/MainThread: stderr[28]: 2024-03-01 20:52:29,713 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:52:29,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,733 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,737 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:29,738 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:29,739 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:52:29,749 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,772 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,772 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:29,777 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:52:29,780 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:52:29,783 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,786 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,790 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,793 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,796 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,799 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,802 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:52:29,802 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:29,862 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 20:52:29,863 INFO program/MainThread: stderr[29]: 2024-03-01 20:52:29,863 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:52:29,871 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:29,879 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:52:29,890 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,896 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,910 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,917 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,924 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:29,931 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:29,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,948 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:52:29,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:52:29,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,967 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,968 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:52:29,976 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,976 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:29,988 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:29,988 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:29,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 20:52:29,996 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 20:52:29,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:30,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:52:30,007 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,010 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:30,013 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,017 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:30,021 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,024 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:30,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,037 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:52:30,042 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:30,067 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:52:30,068 INFO program/MainThread: stderr[30]: 2024-03-01 20:52:30,068 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:52:30,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 20:52:30,072 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 315392K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:30,158 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 20:52:30,158 INFO program/MainThread: stderr[31]: 2024-03-01 20:52:30,158 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:52:30,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:30,172 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:30,172 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,204 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:30,209 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:52:30,210 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:52:30,219 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,235 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,235 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:30,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,243 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:30,246 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 20:52:30,247 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 20:52:30,268 INFO program/MainThread: stdout: 2024-03-01 20:52:30,268 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:52:30,268 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:30,268 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:30,268 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:30,268 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:52:30,269 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:30,269 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:30,269 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:30,269 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:30,269 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:30,269 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,269 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 20:52:30,282 INFO program/MainThread: stdout: 2024-03-01 20:52:30,282 INFO program/MainThread: writing all SBs 2024-03-01 20:52:30,282 INFO program/MainThread: new label = "" 2024-03-01 20:52:30,282 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,296 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:30,301 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:30,302 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:52:30,311 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,325 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,325 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:30,330 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:52:30,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:52:30,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,337 INFO program/MainThread: Running [32] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:30,362 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2873098240 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=685 LVM2_PV_COUNT=3 2024-03-01 20:52:30,362 INFO program/MainThread: stderr[32]: 2024-03-01 20:52:30,362 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:52:30,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:52:30,367 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 315392K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:30,453 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 20:52:30,454 INFO program/MainThread: stderr[33]: 2024-03-01 20:52:30,454 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:52:30,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:30,474 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:30,474 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,500 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:52:30,506 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:52:30,506 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:52:30,516 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,530 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,530 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:30,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:30,538 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:30,541 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:52:30,541 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:52:30,563 INFO program/MainThread: stdout: 2024-03-01 20:52:30,563 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:52:30,563 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:30,563 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:30,563 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:30,563 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:52:30,564 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:30,564 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:30,564 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:30,564 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:30,564 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:30,564 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,564 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:52:30,579 INFO program/MainThread: stdout: 2024-03-01 20:52:30,579 INFO program/MainThread: writing all SBs 2024-03-01 20:52:30,580 INFO program/MainThread: new label = "" 2024-03-01 20:52:30,580 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,598 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:30,603 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:30,604 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:52:30,613 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:30,628 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:30,634 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:30,634 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 0x7f77550330f8> 2024-03-01 20:52:30,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:52:30,642 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:52:30,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:52:30,648 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:52:30,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:52:30,655 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:52:30,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:52:30,661 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:52:30,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:52:30,668 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:52:30,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:52:30,674 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:52:30,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:52:30,680 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:52:30,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:52:30,687 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:52:30,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:52:30,693 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:52:30,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:52:30,699 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:52:30,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:52:30,705 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:52:30,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:52:30,712 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:52:30,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:52:30,718 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:52:30,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:52:30,724 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:52:30,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:52:30,730 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:52:30,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:30,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:52:30,736 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:53:05,334 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d20rlrrq/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:53:05,371 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:05,372 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:53:05,375 INFO program/MainThread: stdout[2]: 2024-03-01 20:53:05,375 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:53:05,375 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:53:05,376 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:53:05,380 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:05,380 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:53:05,384 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:05,384 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:53:05,388 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:05,388 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:53:05,391 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:05,391 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:53:05,422 INFO program/MainThread: stdout: 2024-03-01 20:53:05,422 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:53:05,422 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr 2024-03-01 20:53:05,422 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 20:53:05,422 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a 2024-03-01 20:53:05,422 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a 2024-03-01 20:53:05,422 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:05,422 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a 2024-03-01 20:53:05,422 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 20:53:05,422 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb 2024-03-01 20:53:05,422 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb 2024-03-01 20:53:05,422 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:05,422 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb 2024-03-01 20:53:05,422 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi 2024-03-01 20:53:05,422 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre 2024-03-01 20:53:05,422 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 2024-03-01 20:53:05,423 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 2024-03-01 20:53:05,423 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 2024-03-01 20:53:05,423 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg 2024-03-01 20:53:05,423 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:05,423 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:05,423 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:05,423 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 20:53:05,423 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:05,423 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:05,423 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:05,424 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:05,424 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:05,424 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:05,424 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj 2024-03-01 20:53:05,424 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:05,424 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:05,424 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:05,424 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 2024-03-01 20:53:05,424 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:53:05,424 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:05,424 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:05,424 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb sdb 1073741824 root disk brw-rw---- LVM2_member MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi sdc 1073741824 root disk brw-rw---- LVM2_member KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre sdd 1073741824 root disk brw-rw---- LVM2_member oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 sde 1073741824 root disk brw-rw---- LVM2_member r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 sdf 1073741824 root disk brw-rw---- LVM2_member zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg sdg 1073741824 root disk brw-rw---- LVM2_member zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a sdh 1073741824 root disk brw-rw---- LVM2_member dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a sdi 1073741824 root disk brw-rw---- LVM2_member wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a sdj 1073741824 root disk brw-rw---- LVM2_member mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:05,424 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:05,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:05,425 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:53:05,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:05,425 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:53:05,425 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:53:05,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:05,437 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:05,461 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv5_snapset1', 'test_vg3-lv6-real', 'test_vg3-lv6_snapset1-cow', 'test_vg3-lv6_snapset1', 'test_vg3-lv7-real', 'test_vg3-lv7_snapset1-cow', 'test_vg3-lv7_snapset1', 'test_vg3-lv8-real', 'test_vg3-lv8_snapset1-cow', 'test_vg3-lv8_snapset1', 'test_vg3-lv6', 'test_vg2-lv3-real', 'test_vg2-lv3_snapset1-cow', 'test_vg2-lv3_snapset1', 'test_vg2-lv4-real', 'test_vg2-lv4_snapset1-cow', 'test_vg2-lv4_snapset1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1', 'test_vg1-lv2-real', 'test_vg3-lv5', 'test_vg1-lv2_snapset1-cow', 'test_vg1-lv2_snapset1', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1', 'test_vg3-lv5-real', 'test_vg3-lv5_snapset1-cow'] 2024-03-01 20:53:05,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f', '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': 'hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr', 'ID_FS_UUID_ENC': 'hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:53:05,466 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:53:05,467 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,504 INFO program/MainThread: stdout[3]: 2024-03-01 20:53:05,505 INFO program/MainThread: stderr[3]: 2024-03-01 20:53:05,505 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:53:05,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:05,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:05,518 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:53:05,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:53:05,523 INFO blivet/MainThread: sda is a disk 2024-03-01 20:53:05,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:53:05,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:53:05,527 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:53:05,531 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:53:05,531 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:53:05,534 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:53:05,534 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:53:05,535 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:53:05,535 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a9eecb70) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:53:05,539 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:53:05,542 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:05,542 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:53:05,546 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:05,546 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:53:05,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:05,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:53:05,553 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:05,553 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:53:05,556 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:53:05,556 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:53:05,557 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,588 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:05,588 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi. WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:05,589 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:53:05,589 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:53:05,593 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr ; label: None ; device: /dev/sda ; serial: 360014056f88994e435844fea0635145f ; exists: True ; vg_name: test_vg1 ; vg_uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:53:05,594 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:53:05,597 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:53:05,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:05,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:05,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:05,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:05,611 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,643 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:05,644 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi. WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:05,644 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:53:05,644 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:05,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:53:05,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:53:05,654 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:05,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:53:05,657 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:53:05,657 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,687 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:05,687 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi. WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:05,687 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:53:05,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:53:05,693 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:53:05,696 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:53:05,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:05,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:05,703 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:05,703 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:05,707 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/lvm-pv-uuid-MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39', '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': 'MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi', 'ID_FS_UUID_ENC': 'MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:53:05,707 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:53:05,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:05,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:05,717 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:53:05,718 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:53:05,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:53:05,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:53:05,721 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:53:05,724 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:53:05,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 20:53:05,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 20:53:05,728 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:53:05,729 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:53:05,729 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8ea1f60) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:53:05,732 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:53:05,736 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:05,736 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:53:05,739 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:05,739 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:53:05,743 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:05,743 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:53:05,746 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:05,746 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:53:05,749 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:53:05,749 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:53:05,749 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,780 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:05,780 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:05,780 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:53:05,781 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:53:05,785 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi ; label: None ; device: /dev/sdb ; serial: 36001405038fa0ec67004009822636a39 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:05,785 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:53:05,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:53:05,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:05,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:05,798 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:53:05,802 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:05,805 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:53:05,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:05,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:05,811 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,842 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:05,842 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:05,842 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:53:05,843 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:05,843 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:05,848 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:53:05,848 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:53:05,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:53:05,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:05,858 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:53:05,859 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:53:05,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:53:05,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:53:05,862 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:53:05,866 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:53:05,866 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:53:05,869 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:53:05,870 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:53:05,870 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:53:05,870 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8e0ea58) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:53:05,874 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:53:05,874 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:53:05,877 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:53:05,877 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:53:05,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:53:05,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:05,887 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:53:05,888 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:53:05,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:53:05,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:53:05,891 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:53:05,894 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:53:05,895 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:53:05,898 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:53:05,898 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:53:05,898 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:53:05,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8e14978) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:53:05,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:53:05,902 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:53:05,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/lvm-pv-uuid-KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre', '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': 'KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre', 'ID_FS_UUID_ENC': 'KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:53:05,905 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:53:05,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:05,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:05,916 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:53:05,916 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:53:05,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:53:05,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:53:05,919 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:53:05,923 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:53:05,923 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:53:05,926 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:53:05,926 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:53:05,927 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:53:05,927 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8e14ef0) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:53:05,930 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:53:05,934 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:05,934 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:53:05,937 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:05,937 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:53:05,941 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:05,941 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:53:05,944 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:05,944 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:53:05,947 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:53:05,947 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:53:05,948 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:05,977 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:05,978 INFO program/MainThread: stderr[9]: 2024-03-01 20:53:05,978 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:53:05,978 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:53:05,982 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre ; label: None ; device: /dev/sdc ; serial: 36001405e20e515c49f94520af355dfe2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:05,983 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:53:05,986 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:53:05,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:05,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:05,996 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:53:05,999 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:06,002 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:53:06,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:06,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:06,009 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:06,040 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:06,040 INFO program/MainThread: stderr[10]: 2024-03-01 20:53:06,041 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:53:06,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:06,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:53:06,059 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:06,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:53:06,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:06,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:06,067 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:06,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:06,071 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:53:06,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:53:06,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:53:06,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:06,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:53:06,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:06,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:06,086 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:06,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:06,090 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:53:06,090 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 20:53:06,091 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:53:06,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:06,094 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:06,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:06,098 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:53:06,101 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905569120'} ; 2024-03-01 20:53:06,101 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:06,102 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:06,106 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:53:06,106 INFO program/MainThread: stderr[11]: 2024-03-01 20:53:06,106 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:53:06,106 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:06,109 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:53:06,109 INFO program/MainThread: stderr[12]: 2024-03-01 20:53:06,109 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:53:06,109 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:06,112 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:53:06,113 INFO program/MainThread: stderr[13]: 2024-03-01 20:53:06,113 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:53:06,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:53:06,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,124 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:53:06,124 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,125 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:53:06,121 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e143c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:06,126 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:06,129 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:53:06,129 INFO program/MainThread: stderr[14]: 2024-03-01 20:53:06,129 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:53:06,133 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:06,137 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,138 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:53:06,141 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,141 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:53:06,145 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,145 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:53:06,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:53:06,150 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:53:06,150 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:53:06,154 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:06,154 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:53:06,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:53:06,158 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:06,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,165 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 20:53:06,165 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin 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 20:53:06,194 INFO program/MainThread: stdout[15]: lv1 2024-03-01 20:53:06,195 INFO program/MainThread: stderr[15]: 2024-03-01 20:53:06,195 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:53:06,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:06,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:06,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:06,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:53:06,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:53:06,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:53:06,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:06,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:06,227 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:53:06,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:53:06,232 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:06,232 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:53:06,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 20:53:06,239 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:53:06,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:53:06,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:06,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:06,246 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:53:06,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:53:06,250 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:06,250 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 20:53:06,251 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 20:53:06,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:06,254 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:53:06,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:53:06,258 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:06,261 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914497477'} ; 2024-03-01 20:53:06,262 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:53:06,262 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:06,266 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:53:06,266 INFO program/MainThread: stderr[16]: 2024-03-01 20:53:06,266 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:53:06,266 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:06,269 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:53:06,269 INFO program/MainThread: stderr[17]: 2024-03-01 20:53:06,270 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:53:06,270 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:06,273 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:53:06,273 INFO program/MainThread: stderr[18]: 2024-03-01 20:53:06,273 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:53:06,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 20:53:06,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,285 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:06,285 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,286 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:06,281 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e0e0b8) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:06,286 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:06,289 INFO program/MainThread: stdout[19]: LVM 2024-03-01 20:53:06,290 INFO program/MainThread: stderr[19]: 2024-03-01 20:53:06,290 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:53:06,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:53:06,298 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,298 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:53:06,302 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,302 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:53:06,305 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,305 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:53:06,309 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,309 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:53:06,309 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 20:53:06,313 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:06,313 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:53:06,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:06,316 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:06,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:06,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 20:53:06,333 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:06,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:53:06,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:06,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:06,340 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:06,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:06,344 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:53:06,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:53:06,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 20:53:06,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:06,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:53:06,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:06,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:06,359 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:06,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:06,363 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:53:06,363 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 20:53:06,363 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 20:53:06,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:06,367 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:06,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:06,370 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:53:06,374 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905273780'} ; 2024-03-01 20:53:06,374 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:06,374 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:06,378 INFO program/MainThread: stdout[20]: LVM 2024-03-01 20:53:06,378 INFO program/MainThread: stderr[20]: 2024-03-01 20:53:06,378 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:53:06,379 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:06,382 INFO program/MainThread: stdout[21]: LVM 2024-03-01 20:53:06,382 INFO program/MainThread: stderr[21]: 2024-03-01 20:53:06,382 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:53:06,382 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:06,385 INFO program/MainThread: stdout[22]: LVM 2024-03-01 20:53:06,385 INFO program/MainThread: stderr[22]: 2024-03-01 20:53:06,385 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:53:06,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 20:53:06,396 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,397 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:53:06,398 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,399 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:53:06,394 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e39978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:06,399 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:06,403 INFO program/MainThread: stdout[23]: LVM 2024-03-01 20:53:06,403 INFO program/MainThread: stderr[23]: 2024-03-01 20:53:06,403 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:53:06,407 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:06,411 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,411 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 20:53:06,415 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,415 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 20:53:06,418 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,419 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 20:53:06,422 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,422 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 20:53:06,423 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:53:06,426 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:06,426 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:53:06,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:53:06,430 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:06,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,437 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 20:53:06,437 INFO program/MainThread: Running [24] lvm lvs --noheadings -o origin 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 20:53:06,466 INFO program/MainThread: stdout[24]: lv2 2024-03-01 20:53:06,466 INFO program/MainThread: stderr[24]: 2024-03-01 20:53:06,466 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:53:06,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:06,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:06,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:06,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:53:06,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:53:06,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:53:06,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:06,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:06,499 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:53:06,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:53:06,503 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:06,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:53:06,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 20:53:06,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:53:06,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:53:06,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:06,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:06,518 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:53:06,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:53:06,522 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:06,522 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 20:53:06,522 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 20:53:06,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:06,526 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:53:06,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:53:06,530 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:06,533 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O ' '/dev/mapper/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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914817359'} ; 2024-03-01 20:53:06,533 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:53:06,534 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:06,538 INFO program/MainThread: stdout[25]: LVM 2024-03-01 20:53:06,538 INFO program/MainThread: stderr[25]: 2024-03-01 20:53:06,538 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:53:06,538 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:06,541 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:53:06,541 INFO program/MainThread: stderr[26]: 2024-03-01 20:53:06,541 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:53:06,542 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:06,545 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:53:06,545 INFO program/MainThread: stderr[27]: 2024-03-01 20:53:06,545 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:53:06,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 20:53:06,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,558 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:06,558 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:06,559 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:06,553 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dc9438) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:06,560 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:06,563 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:53:06,564 INFO program/MainThread: stderr[28]: 2024-03-01 20:53:06,564 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:53:06,568 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:53:06,572 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,572 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 20:53:06,576 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,576 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 20:53:06,579 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,579 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:53:06,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 20:53:06,583 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 20:53:06,587 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:06,587 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 20:53:06,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:06,591 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:06,591 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:06,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/lvm-pv-uuid-oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', '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': 'oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX', 'ID_FS_UUID_ENC': 'oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:53:06,595 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:53:06,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,606 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:53:06,606 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:53:06,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 20:53:06,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 20:53:06,610 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:53:06,613 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:53:06,614 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:53:06,617 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:53:06,617 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:53:06,618 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 20:53:06,618 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8dcd0f0) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:53:06,621 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:53:06,625 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,625 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 20:53:06,628 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,629 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 20:53:06,632 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,632 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 20:53:06,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 20:53:06,638 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:53:06,639 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:53:06,639 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/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:06,668 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:06,669 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1. WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:06,669 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:53:06,669 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:53:06,674 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX ; label: None ; device: /dev/sdd ; serial: 360014050929f5ccaea04345ba42a66b8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:53:06,674 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 20:53:06,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:53:06,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:06,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:06,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,690 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/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:06,722 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 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=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:06,723 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1. WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:06,723 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:53:06,723 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:06,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 20:53:06,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:53:06,733 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:06,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:53:06,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:53:06,737 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/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:06,766 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:06,766 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1. WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:06,767 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:53:06,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:53:06,772 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 20:53:06,775 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:53:06,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:06,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:53:06,782 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:06,782 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:06,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/lvm-pv-uuid-r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1', 'ID_FS_UUID_ENC': 'r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:53:06,786 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:53:06,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,797 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:53:06,798 INFO blivet/MainThread: sde is a disk 2024-03-01 20:53:06,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 20:53:06,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 20:53:06,801 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:53:06,804 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:53:06,805 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:53:06,808 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:53:06,808 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:53:06,809 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 20:53:06,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8dcd358) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:53:06,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:53:06,825 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,825 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 20:53:06,828 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,829 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 20:53:06,832 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,832 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 20:53:06,835 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,835 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 20:53:06,838 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:53:06,839 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:53:06,839 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:06,867 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:06,867 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:06,867 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:53:06,868 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:53:06,872 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 ; label: None ; device: /dev/sde ; serial: 36001405d1c732d25b0440bbb24674d29 ; exists: True ; vg_name: test_vg2 ; vg_uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:06,873 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 20:53:06,876 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:53:06,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:06,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:53:06,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:53:06,889 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:06,892 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:53:06,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:06,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:06,899 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:06,927 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:06,927 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:06,927 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:53:06,928 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:06,928 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:06,933 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4', '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': 'zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg', 'ID_FS_UUID_ENC': 'zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:53:06,933 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:53:06,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:06,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:06,944 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:53:06,945 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:53:06,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:53:06,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:53:06,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:53:06,952 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:53:06,952 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:53:06,955 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:53:06,956 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:53:06,956 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 20:53:06,956 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8dcdeb8) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:53:06,960 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:53:06,963 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:06,963 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 20:53:06,967 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:06,967 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 20:53:06,970 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,970 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:53:06,974 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:06,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 20:53:06,977 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:53:06,977 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:53:06,977 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,007 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:07,008 INFO program/MainThread: stderr[34]: 2024-03-01 20:53:07,008 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:53:07,008 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:53:07,012 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg ; label: None ; device: /dev/sdf ; serial: 3600140570a1d4f7fd57424abc405baa4 ; exists: True ; vg_name: test_vg2 ; vg_uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:07,013 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 20:53:07,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:53:07,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:07,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:07,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:53:07,030 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:07,033 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:53:07,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:07,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:07,039 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,070 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:07,071 INFO program/MainThread: stderr[35]: 2024-03-01 20:53:07,071 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:53:07,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:07,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 20:53:07,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:07,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:53:07,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:07,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:07,097 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:07,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:07,101 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:07,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 20:53:07,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:53:07,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:07,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:53:07,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:07,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:07,116 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:07,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:07,120 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:07,120 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:53:07,120 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 20:53:07,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:07,123 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:07,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:07,127 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:07,131 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw ' '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904397755'} ; 2024-03-01 20:53:07,131 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:07,131 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:07,135 INFO program/MainThread: stdout[36]: LVM 2024-03-01 20:53:07,136 INFO program/MainThread: stderr[36]: 2024-03-01 20:53:07,136 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:53:07,136 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:07,139 INFO program/MainThread: stdout[37]: LVM 2024-03-01 20:53:07,139 INFO program/MainThread: stderr[37]: 2024-03-01 20:53:07,139 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:53:07,139 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:07,142 INFO program/MainThread: stdout[38]: LVM 2024-03-01 20:53:07,143 INFO program/MainThread: stderr[38]: 2024-03-01 20:53:07,143 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:53:07,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 20:53:07,154 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,155 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:07,155 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,156 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:07,152 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dc9a58) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:07,156 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:07,159 INFO program/MainThread: stdout[39]: LVM 2024-03-01 20:53:07,160 INFO program/MainThread: stderr[39]: 2024-03-01 20:53:07,160 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:53:07,164 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:07,168 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,168 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 20:53:07,171 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,171 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 20:53:07,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 20:53:07,179 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 20:53:07,179 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:53:07,182 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:07,183 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 20:53:07,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:53:07,186 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:07,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,193 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 20:53:07,193 INFO program/MainThread: Running [40] lvm lvs --noheadings -o origin test_vg2/lv3_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,220 INFO program/MainThread: stdout[40]: lv3 2024-03-01 20:53:07,220 INFO program/MainThread: stderr[40]: 2024-03-01 20:53:07,220 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:53:07,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:07,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:07,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:07,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:53:07,246 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:53:07,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 20:53:07,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:07,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:07,254 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:53:07,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:53:07,258 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:07,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:53:07,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 20:53:07,265 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:53:07,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 20:53:07,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:07,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:07,272 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:53:07,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:53:07,276 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:07,277 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 20:53:07,277 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 20:53:07,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:07,280 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:53:07,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:53:07,284 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:07,288 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913879758'} ; 2024-03-01 20:53:07,288 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:53:07,288 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:07,292 INFO program/MainThread: stdout[41]: LVM 2024-03-01 20:53:07,292 INFO program/MainThread: stderr[41]: 2024-03-01 20:53:07,293 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:53:07,293 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:07,296 INFO program/MainThread: stdout[42]: LVM 2024-03-01 20:53:07,296 INFO program/MainThread: stderr[42]: 2024-03-01 20:53:07,296 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:53:07,296 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:07,299 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:53:07,299 INFO program/MainThread: stderr[43]: 2024-03-01 20:53:07,299 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:53:07,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 20:53:07,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,312 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:07,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,313 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:07,308 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9aa21e9b0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:07,314 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:07,317 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:53:07,317 INFO program/MainThread: stderr[44]: 2024-03-01 20:53:07,317 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:53:07,322 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:53:07,325 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,325 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 20:53:07,329 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,329 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 20:53:07,333 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,333 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:53:07,336 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,336 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 20:53:07,337 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 20:53:07,340 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:07,340 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 20:53:07,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:07,344 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:07,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:07,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:53:07,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:07,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:53:07,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:07,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:07,368 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:07,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:07,372 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:53:07,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 20:53:07,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 20:53:07,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:07,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 20:53:07,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:07,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:07,387 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:07,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:07,391 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:53:07,391 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 20:53:07,391 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 20:53:07,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:07,395 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:07,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:07,398 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:53:07,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904092377'} ; 2024-03-01 20:53:07,402 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:07,403 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:07,406 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:53:07,407 INFO program/MainThread: stderr[45]: 2024-03-01 20:53:07,407 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:53:07,407 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:07,410 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:53:07,410 INFO program/MainThread: stderr[46]: 2024-03-01 20:53:07,410 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:53:07,410 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:07,413 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:53:07,414 INFO program/MainThread: stderr[47]: 2024-03-01 20:53:07,414 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:53:07,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 20:53:07,425 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,426 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:53:07,427 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,428 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:53:07,422 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a9eeca90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:07,428 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:07,432 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:53:07,432 INFO program/MainThread: stderr[48]: 2024-03-01 20:53:07,432 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:53:07,436 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:07,440 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,440 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 20:53:07,444 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,444 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 20:53:07,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 20:53:07,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 20:53:07,452 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:53:07,455 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:07,455 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 20:53:07,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:53:07,459 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:07,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,466 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 20:53:07,466 INFO program/MainThread: Running [49] lvm lvs --noheadings -o origin test_vg2/lv4_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,492 INFO program/MainThread: stdout[49]: lv4 2024-03-01 20:53:07,493 INFO program/MainThread: stderr[49]: 2024-03-01 20:53:07,493 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:53:07,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:07,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:07,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:07,516 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 20:53:07,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:53:07,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 20:53:07,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:07,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:07,527 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:53:07,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:53:07,531 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:07,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 20:53:07,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 20:53:07,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:53:07,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:53:07,542 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:07,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:07,546 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:53:07,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:53:07,550 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:07,550 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 20:53:07,550 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 20:53:07,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:07,554 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:53:07,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:53:07,557 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:07,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914184442'} ; 2024-03-01 20:53:07,561 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:53:07,561 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:07,565 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:53:07,566 INFO program/MainThread: stderr[50]: 2024-03-01 20:53:07,566 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:53:07,566 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:07,569 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:53:07,569 INFO program/MainThread: stderr[51]: 2024-03-01 20:53:07,569 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:53:07,569 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:07,572 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:53:07,573 INFO program/MainThread: stderr[52]: 2024-03-01 20:53:07,573 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:53:07,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 20:53:07,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,586 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:07,586 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:07,587 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:07,581 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e0eef0) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:07,588 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:07,591 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:53:07,591 INFO program/MainThread: stderr[53]: 2024-03-01 20:53:07,591 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:53:07,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:53:07,600 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 20:53:07,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 20:53:07,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 20:53:07,611 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,611 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 20:53:07,612 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 20:53:07,615 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:07,615 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 20:53:07,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:07,619 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:07,619 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:07,623 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a', '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': 'zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl', 'ID_FS_UUID_ENC': 'zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:53:07,623 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:53:07,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,635 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:53:07,635 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:53:07,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 20:53:07,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:53:07,638 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:53:07,642 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:53:07,642 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:53:07,645 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:53:07,646 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:53:07,646 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 20:53:07,646 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8dbf128) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:53:07,650 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:53:07,653 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,653 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 20:53:07,657 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,657 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 20:53:07,660 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,660 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 20:53:07,663 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,664 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 20:53:07,666 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:53:07,667 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:53:07,667 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,697 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:07,697 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0. WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:07,697 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:53:07,698 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:53:07,702 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl ; label: None ; device: /dev/sdg ; serial: 36001405bceb0e58807f4b209f834172a ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; 2024-03-01 20:53:07,702 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 20:53:07,706 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:53:07,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:07,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:07,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,719 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,750 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 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=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 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=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:07,750 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0. WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:07,750 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:53:07,751 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:07,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 20:53:07,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:53:07,760 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:07,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:53:07,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:53:07,764 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,795 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:07,795 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0. WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:07,795 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:53:07,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:53:07,801 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 20:53:07,804 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:53:07,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:07,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:53:07,811 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:07,811 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:07,815 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/lvm-pv-uuid-dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd', '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': 'dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0', 'ID_FS_UUID_ENC': 'dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:53:07,815 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:53:07,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,827 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:53:07,827 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:53:07,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:53:07,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 20:53:07,831 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:53:07,834 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:53:07,834 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:53:07,837 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:53:07,838 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:53:07,838 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 20:53:07,838 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8dde208) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:53:07,842 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:53:07,845 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,845 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 20:53:07,849 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,849 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 20:53:07,852 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,852 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 20:53:07,855 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,856 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 20:53:07,859 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:53:07,859 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:53:07,859 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,887 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:07,887 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:07,887 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:53:07,888 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:53:07,892 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 ; label: None ; device: /dev/sdh ; serial: 3600140567ed1e2fd3374c129eda0cfd6 ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; 2024-03-01 20:53:07,892 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 20:53:07,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:53:07,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:07,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:53:07,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:53:07,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:07,912 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:53:07,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:07,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:07,919 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:07,952 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:07,952 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:07,953 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:53:07,953 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:07,953 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:07,958 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/lvm-pv-uuid-wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492', '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': 'wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj', 'ID_FS_UUID_ENC': 'wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:53:07,958 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:53:07,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:07,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:07,970 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:53:07,971 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:53:07,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 20:53:07,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 20:53:07,974 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:53:07,978 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:53:07,978 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:53:07,981 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:53:07,982 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:53:07,982 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 20:53:07,982 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8ddeb00) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:53:07,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:53:07,989 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:07,989 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 20:53:07,993 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:07,993 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 20:53:07,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:07,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 20:53:08,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 20:53:08,003 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:53:08,003 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:53:08,003 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/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,035 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:08,036 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). 2024-03-01 20:53:08,036 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:53:08,036 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:53:08,041 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj ; label: None ; device: /dev/sdi ; serial: 3600140554abcf0e3e3c4ea796a593492 ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 20:53:08,041 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 20:53:08,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:53:08,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:08,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:08,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:53:08,057 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:08,061 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:53:08,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:08,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:08,068 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/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,101 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:08,102 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). 2024-03-01 20:53:08,102 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:53:08,102 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:08,102 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:08,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': 'mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9', 'ID_FS_UUID_ENC': 'mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:53:08,107 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:53:08,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,120 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:53:08,120 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:53:08,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:53:08,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 20:53:08,124 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:53:08,127 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:53:08,127 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:53:08,131 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:53:08,131 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:53:08,131 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 20:53:08,131 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8de3a58) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:53:08,135 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:53:08,138 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:08,138 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 20:53:08,142 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:08,142 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 20:53:08,145 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,146 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:53:08,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 20:53:08,152 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:53:08,152 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:53:08,152 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/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,182 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:08,182 INFO program/MainThread: stderr[61]: 2024-03-01 20:53:08,182 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:53:08,183 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:53:08,187 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 ; label: None ; device: /dev/sdj ; serial: 360014050ff62c316c494b62bfa36e8f4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:08,188 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 20:53:08,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:53:08,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:08,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:08,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:53:08,204 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:08,207 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:53:08,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:08,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:08,214 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/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,247 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:08,247 INFO program/MainThread: stderr[62]: 2024-03-01 20:53:08,247 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:53:08,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:08,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 20:53:08,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:08,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:53:08,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:08,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:08,275 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:08,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:08,279 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 20:53:08,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:53:08,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:08,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 20:53:08,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:08,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:08,293 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:08,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:08,297 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,298 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 20:53:08,298 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 20:53:08,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:08,301 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:08,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:08,305 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,309 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '903181319'} ; 2024-03-01 20:53:08,309 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:08,309 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:08,313 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:53:08,313 INFO program/MainThread: stderr[63]: 2024-03-01 20:53:08,313 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:53:08,313 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:08,317 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:53:08,317 INFO program/MainThread: stderr[64]: 2024-03-01 20:53:08,317 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:53:08,317 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:08,320 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:53:08,320 INFO program/MainThread: stderr[65]: 2024-03-01 20:53:08,320 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:53:08,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 20:53:08,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,333 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:08,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,334 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:08,329 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8ddae80) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:08,334 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:08,338 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:53:08,338 INFO program/MainThread: stderr[66]: 2024-03-01 20:53:08,338 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:53:08,342 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:08,346 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:08,346 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 20:53:08,350 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:08,350 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 20:53:08,354 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,354 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 20:53:08,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 20:53:08,358 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:53:08,362 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:08,362 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 20:53:08,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:53:08,365 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:08,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,372 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 20:53:08,372 INFO program/MainThread: Running [67] lvm lvs --noheadings -o origin test_vg3/lv5_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,403 INFO program/MainThread: stdout[67]: lv5 2024-03-01 20:53:08,404 INFO program/MainThread: stderr[67]: 2024-03-01 20:53:08,404 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:53:08,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:08,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:08,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:08,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 20:53:08,430 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:53:08,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 20:53:08,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:08,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:08,438 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:53:08,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:53:08,442 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:08,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 20:53:08,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 20:53:08,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:53:08,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 20:53:08,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:08,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:08,456 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:53:08,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:53:08,460 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:08,461 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 20:53:08,461 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 20:53:08,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:08,464 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:53:08,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:53:08,468 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:08,472 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912603041'} ; 2024-03-01 20:53:08,472 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:53:08,472 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:08,476 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:53:08,476 INFO program/MainThread: stderr[68]: 2024-03-01 20:53:08,476 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:53:08,477 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:08,480 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:53:08,480 INFO program/MainThread: stderr[69]: 2024-03-01 20:53:08,480 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:53:08,480 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:08,483 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:53:08,483 INFO program/MainThread: stderr[70]: 2024-03-01 20:53:08,483 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:53:08,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 20:53:08,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,496 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:08,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,498 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:08,492 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8de3160) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:08,498 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:08,502 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:53:08,502 INFO program/MainThread: stderr[71]: 2024-03-01 20:53:08,502 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:53:08,506 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:53:08,510 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:08,510 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 20:53:08,514 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:08,514 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 20:53:08,518 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,518 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 20:53:08,522 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,522 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 20:53:08,522 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 20:53:08,525 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:08,526 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 20:53:08,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:08,529 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:08,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:08,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 20:53:08,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:08,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 20:53:08,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:08,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:08,554 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:08,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:08,558 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 20:53:08,562 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:53:08,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:08,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:53:08,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:08,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:08,573 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:08,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:08,577 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,577 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 20:53:08,577 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 20:53:08,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:08,580 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:08,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:08,584 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,588 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902862682'} ; 2024-03-01 20:53:08,588 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:08,588 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:08,592 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:53:08,592 INFO program/MainThread: stderr[72]: 2024-03-01 20:53:08,592 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:53:08,593 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:08,596 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:53:08,596 INFO program/MainThread: stderr[73]: 2024-03-01 20:53:08,596 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:53:08,596 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:08,599 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:53:08,599 INFO program/MainThread: stderr[74]: 2024-03-01 20:53:08,599 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:53:08,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 20:53:08,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,614 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:53:08,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,615 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:53:08,609 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dee358) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.01 GiB free extents = 771 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:08,616 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:08,619 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:53:08,620 INFO program/MainThread: stderr[75]: 2024-03-01 20:53:08,620 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:53:08,624 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:08,628 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:08,628 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 20:53:08,632 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:08,632 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 20:53:08,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 20:53:08,639 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,639 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 20:53:08,640 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:53:08,643 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:08,643 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 20:53:08,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:53:08,647 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:08,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,654 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 20:53:08,654 INFO program/MainThread: Running [76] lvm lvs --noheadings -o origin test_vg3/lv6_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,685 INFO program/MainThread: stdout[76]: lv6 2024-03-01 20:53:08,686 INFO program/MainThread: stderr[76]: 2024-03-01 20:53:08,686 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:53:08,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:08,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:08,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:08,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 20:53:08,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:53:08,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 20:53:08,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:08,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:08,720 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:53:08,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:53:08,724 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:08,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 20:53:08,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 20:53:08,732 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:53:08,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:53:08,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:08,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:08,739 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:53:08,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:53:08,743 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:08,743 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 20:53:08,744 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 20:53:08,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:08,747 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:53:08,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:53:08,751 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:08,755 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/test_vg3/lv6_snapset1 /dev/mapper/test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912943197'} ; 2024-03-01 20:53:08,755 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:53:08,755 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:08,759 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:53:08,759 INFO program/MainThread: stderr[77]: 2024-03-01 20:53:08,759 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:53:08,759 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:08,762 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:53:08,763 INFO program/MainThread: stderr[78]: 2024-03-01 20:53:08,763 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:53:08,763 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:08,766 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:53:08,766 INFO program/MainThread: stderr[79]: 2024-03-01 20:53:08,766 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:53:08,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 20:53:08,779 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,781 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:08,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,782 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:08,776 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8de9b00) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:08,783 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:08,787 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:53:08,787 INFO program/MainThread: stderr[80]: 2024-03-01 20:53:08,787 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:53:08,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:53:08,796 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:08,796 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 20:53:08,799 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:08,799 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 20:53:08,803 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,803 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 20:53:08,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,807 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 20:53:08,807 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 20:53:08,811 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:08,811 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 20:53:08,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:08,814 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:08,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:08,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 20:53:08,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:53:08,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:53:08,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:08,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:08,840 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:08,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:08,844 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 20:53:08,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 20:53:08,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:53:08,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:53:08,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:08,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:08,859 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:08,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:08,863 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,864 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:53:08,864 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 20:53:08,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:08,867 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:08,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:08,871 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:08,875 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I ' '/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902539649'} ; 2024-03-01 20:53:08,875 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:08,875 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:08,879 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:53:08,880 INFO program/MainThread: stderr[81]: 2024-03-01 20:53:08,880 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:53:08,880 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:08,883 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:53:08,883 INFO program/MainThread: stderr[82]: 2024-03-01 20:53:08,883 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:53:08,883 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:08,887 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:53:08,887 INFO program/MainThread: stderr[83]: 2024-03-01 20:53:08,887 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:53:08,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 20:53:08,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,902 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:53:08,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:08,903 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:53:08,897 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e14748) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.45 GiB free extents = 628 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:08,904 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:08,908 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:53:08,909 INFO program/MainThread: stderr[84]: 2024-03-01 20:53:08,909 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:53:08,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:08,917 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:08,917 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 20:53:08,921 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:08,921 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 20:53:08,926 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,926 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 20:53:08,930 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:08,930 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 20:53:08,930 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:53:08,934 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:08,934 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 20:53:08,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:53:08,937 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:08,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:08,945 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 20:53:08,945 INFO program/MainThread: Running [85] lvm lvs --noheadings -o origin test_vg3/lv7_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:08,976 INFO program/MainThread: stdout[85]: lv7 2024-03-01 20:53:08,977 INFO program/MainThread: stderr[85]: 2024-03-01 20:53:08,977 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:53:08,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:08,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:08,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c ; incomplete: False ; hidden: False ; 2024-03-01 20:53:08,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:09,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 20:53:09,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:53:09,005 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:53:09,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:09,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:09,012 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:53:09,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:53:09,017 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:09,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 20:53:09,021 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 20:53:09,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:53:09,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 20:53:09,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:09,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:09,032 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:53:09,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:53:09,036 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:09,036 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 20:53:09,036 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 20:53:09,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:09,040 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:53:09,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:53:09,044 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:09,048 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246 ' '/dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913254390'} ; 2024-03-01 20:53:09,048 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:53:09,048 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:09,052 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:53:09,052 INFO program/MainThread: stderr[86]: 2024-03-01 20:53:09,052 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:53:09,052 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:09,055 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:53:09,056 INFO program/MainThread: stderr[87]: 2024-03-01 20:53:09,056 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:53:09,056 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:09,059 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:53:09,059 INFO program/MainThread: stderr[88]: 2024-03-01 20:53:09,059 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:53:09,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 20:53:09,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:09,074 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:09,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:09,076 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:09,069 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8d8bd30) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:09,077 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:09,081 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:53:09,081 INFO program/MainThread: stderr[89]: 2024-03-01 20:53:09,081 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:53:09,086 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:53:09,090 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:09,090 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 20:53:09,093 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:09,093 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 20:53:09,097 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,097 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 20:53:09,101 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,101 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 20:53:09,101 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 20:53:09,105 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:09,105 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 20:53:09,108 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:09,109 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:09,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:09,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:09,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 20:53:09,126 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:53:09,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 20:53:09,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:09,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:09,134 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:09,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:09,138 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:09,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 20:53:09,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 20:53:09,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:53:09,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 20:53:09,150 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:09,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:09,153 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:09,157 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:09,157 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:09,157 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:53:09,158 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 20:53:09,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:09,161 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:09,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:09,165 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:09,168 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9 ' '/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902197102'} ; 2024-03-01 20:53:09,168 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:09,169 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:09,173 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:53:09,173 INFO program/MainThread: stderr[90]: 2024-03-01 20:53:09,173 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:53:09,173 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:09,176 INFO program/MainThread: stdout[91]: LVM 2024-03-01 20:53:09,177 INFO program/MainThread: stderr[91]: 2024-03-01 20:53:09,177 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:53:09,177 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:09,180 INFO program/MainThread: stdout[92]: LVM 2024-03-01 20:53:09,180 INFO program/MainThread: stderr[92]: 2024-03-01 20:53:09,180 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:53:09,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 20:53:09,194 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:09,195 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:53:09,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:09,197 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:53:09,190 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8de92b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.89 GiB free extents = 485 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:09,199 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:09,202 INFO program/MainThread: stdout[93]: LVM 2024-03-01 20:53:09,202 INFO program/MainThread: stderr[93]: 2024-03-01 20:53:09,202 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:53:09,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:09,211 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:09,211 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 20:53:09,215 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:09,215 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 20:53:09,218 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,218 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 20:53:09,222 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,222 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 20:53:09,222 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:53:09,226 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:09,226 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 20:53:09,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:53:09,230 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:09,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:09,237 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 20:53:09,237 INFO program/MainThread: Running [94] lvm lvs --noheadings -o origin test_vg3/lv8_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:09,265 INFO program/MainThread: stdout[94]: lv8 2024-03-01 20:53:09,266 INFO program/MainThread: stderr[94]: 2024-03-01 20:53:09,266 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:53:09,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:09,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:09,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:09,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 20:53:09,293 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:53:09,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 20:53:09,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:09,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:09,301 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:53:09,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:53:09,305 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:09,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 20:53:09,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 20:53:09,313 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:53:09,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 20:53:09,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:09,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:09,320 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:53:09,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:53:09,324 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:09,324 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 20:53:09,325 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 20:53:09,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:09,328 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:53:09,331 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:53:09,332 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:09,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1 /dev/test_vg3/lv8_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST ' '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913564175'} ; 2024-03-01 20:53:09,336 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:53:09,336 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:09,340 INFO program/MainThread: stdout[95]: LVM 2024-03-01 20:53:09,340 INFO program/MainThread: stderr[95]: 2024-03-01 20:53:09,340 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:53:09,341 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:09,344 INFO program/MainThread: stdout[96]: LVM 2024-03-01 20:53:09,344 INFO program/MainThread: stderr[96]: 2024-03-01 20:53:09,344 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:53:09,344 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:09,347 INFO program/MainThread: stdout[97]: LVM 2024-03-01 20:53:09,347 INFO program/MainThread: stderr[97]: 2024-03-01 20:53:09,347 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:53:09,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 20:53:09,361 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:09,363 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:09,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:09,365 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:09,357 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dee080) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:09,366 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:09,370 INFO program/MainThread: stdout[98]: LVM 2024-03-01 20:53:09,370 INFO program/MainThread: stderr[98]: 2024-03-01 20:53:09,370 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:53:09,374 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:53:09,378 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:09,378 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 20:53:09,382 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:09,382 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 20:53:09,386 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,386 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 20:53:09,389 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,389 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 20:53:09,390 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 20:53:09,393 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:09,393 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 20:53:09,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:09,397 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:09,397 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:09,400 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': '26377255'} ; 2024-03-01 20:53:09,400 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:53:09,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:09,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:09,414 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:53:09,414 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:53:09,414 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:53:09,414 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:53:09,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 20:53:09,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 20:53:09,417 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:53:09,421 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:53:09,421 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:53:09,424 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:53:09,425 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:53:09,425 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 20:53:09,425 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd9a8d91e48) -- name = xvda status = True id = 332 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:53:09,429 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:53:09,432 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:09,432 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 20:53:09,435 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:09,435 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 20:53:09,439 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,439 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 20:53:09,442 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:09,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 20:53:09,446 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:53:09,449 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:09,452 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:53:09,456 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 0x7fd9a8e27548> 2024-03-01 20:53:12,222 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 20:53:12,227 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:53:12,227 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:53:12,231 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': '26381827'} ; 2024-03-01 20:53:12,232 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:53:12,232 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:53:12,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,244 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:53:12,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,251 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:12,262 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:12,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 20:53:12,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 20:53:12,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:53:12,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 20:53:12,301 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:53:12,305 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:53:12,305 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:53:12,308 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:12,309 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:12,309 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:53:12,312 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:53:12,316 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:53:12,319 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:53:12,322 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:53:12,325 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:12,326 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:12,326 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 20:53:12,327 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:53:12,326 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd9a8d91d30) -- 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 0x7fd9a8d98e08> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:53:12,330 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:53:12,334 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:12,334 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 20:53:12,337 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:12,337 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 20:53:12,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:12,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 20:53:12,344 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:12,344 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 20:53:12,345 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:53:12,348 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:12,348 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 20:53:12,351 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:53:12,351 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:12,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902197102'} ; 2024-03-01 20:53:12,355 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:12,355 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:12,359 INFO program/MainThread: stdout[99]: LVM 2024-03-01 20:53:12,359 INFO program/MainThread: stderr[99]: 2024-03-01 20:53:12,359 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:53:12,359 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:12,363 INFO program/MainThread: stdout[100]: LVM 2024-03-01 20:53:12,363 INFO program/MainThread: stderr[100]: 2024-03-01 20:53:12,363 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:53:12,363 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:12,366 INFO program/MainThread: stdout[101]: LVM 2024-03-01 20:53:12,366 INFO program/MainThread: stderr[101]: 2024-03-01 20:53:12,366 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:53:12,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:12,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,382 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,384 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,376 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8de92b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:12,385 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:12,389 INFO program/MainThread: stdout[102]: LVM 2024-03-01 20:53:12,389 INFO program/MainThread: stderr[102]: 2024-03-01 20:53:12,389 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:53:12,393 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:12,393 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:53:12,396 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902539649'} ; 2024-03-01 20:53:12,397 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:12,397 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:12,400 INFO program/MainThread: stdout[103]: LVM 2024-03-01 20:53:12,400 INFO program/MainThread: stderr[103]: 2024-03-01 20:53:12,400 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:53:12,401 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:12,404 INFO program/MainThread: stdout[104]: LVM 2024-03-01 20:53:12,404 INFO program/MainThread: stderr[104]: 2024-03-01 20:53:12,404 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:53:12,404 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:12,407 INFO program/MainThread: stdout[105]: LVM 2024-03-01 20:53:12,407 INFO program/MainThread: stderr[105]: 2024-03-01 20:53:12,407 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:53:12,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:12,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,422 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,424 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,417 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e14748) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:12,426 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:12,429 INFO program/MainThread: stdout[106]: LVM 2024-03-01 20:53:12,429 INFO program/MainThread: stderr[106]: 2024-03-01 20:53:12,429 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:53:12,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:12,433 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:53:12,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1 /dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL ' '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/disk/by-id/dm-name-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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912603041'} ; 2024-03-01 20:53:12,437 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:53:12,437 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:12,440 INFO program/MainThread: stdout[107]: LVM 2024-03-01 20:53:12,440 INFO program/MainThread: stderr[107]: 2024-03-01 20:53:12,440 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:53:12,440 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:12,444 INFO program/MainThread: stdout[108]: LVM 2024-03-01 20:53:12,444 INFO program/MainThread: stderr[108]: 2024-03-01 20:53:12,444 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:53:12,444 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:12,447 INFO program/MainThread: stdout[109]: LVM 2024-03-01 20:53:12,447 INFO program/MainThread: stderr[109]: 2024-03-01 20:53:12,447 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:53:12,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs filesystem 2024-03-01 20:53:12,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,462 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,463 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,464 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,457 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8de3160) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:12,466 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:12,469 INFO program/MainThread: stdout[110]: LVM 2024-03-01 20:53:12,469 INFO program/MainThread: stderr[110]: 2024-03-01 20:53:12,470 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:53:12,474 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:53:12,474 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 20:53:12,477 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6-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': '912913860'} ; 2024-03-01 20:53:12,477 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 20:53:12,477 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:12,481 INFO program/MainThread: stdout[111]: LVM 2024-03-01 20:53:12,481 INFO program/MainThread: stderr[111]: 2024-03-01 20:53:12,481 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:53:12,481 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:12,484 INFO program/MainThread: stdout[112]: LVM 2024-03-01 20:53:12,484 INFO program/MainThread: stderr[112]: 2024-03-01 20:53:12,484 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:53:12,484 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:12,487 INFO program/MainThread: stdout[113]: LVM 2024-03-01 20:53:12,488 INFO program/MainThread: stderr[113]: 2024-03-01 20:53:12,488 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:53:12,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,498 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:12,501 INFO program/MainThread: stdout[114]: LVM 2024-03-01 20:53:12,502 INFO program/MainThread: stderr[114]: 2024-03-01 20:53:12,502 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:53:12,502 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:12,505 INFO program/MainThread: stdout[115]: LVM 2024-03-01 20:53:12,505 INFO program/MainThread: stderr[115]: 2024-03-01 20:53:12,505 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:53:12,505 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:12,508 INFO program/MainThread: stdout[116]: LVM 2024-03-01 20:53:12,509 INFO program/MainThread: stderr[116]: 2024-03-01 20:53:12,509 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:53:12,513 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 20:53:12,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:12,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:12,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,542 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 20:53:12,545 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq-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': '912926502'} ; 2024-03-01 20:53:12,546 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 20:53:12,546 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:12,550 INFO program/MainThread: stdout[117]: LVM 2024-03-01 20:53:12,550 INFO program/MainThread: stderr[117]: 2024-03-01 20:53:12,550 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:53:12,550 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:12,553 INFO program/MainThread: stdout[118]: LVM 2024-03-01 20:53:12,553 INFO program/MainThread: stderr[118]: 2024-03-01 20:53:12,554 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:53:12,554 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:12,557 INFO program/MainThread: stdout[119]: LVM 2024-03-01 20:53:12,557 INFO program/MainThread: stderr[119]: 2024-03-01 20:53:12,557 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:53:12,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,568 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:12,571 INFO program/MainThread: stdout[120]: LVM 2024-03-01 20:53:12,571 INFO program/MainThread: stderr[120]: 2024-03-01 20:53:12,571 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:53:12,571 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:12,574 INFO program/MainThread: stdout[121]: LVM 2024-03-01 20:53:12,574 INFO program/MainThread: stderr[121]: 2024-03-01 20:53:12,574 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:53:12,575 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:12,578 INFO program/MainThread: stdout[122]: LVM 2024-03-01 20:53:12,578 INFO program/MainThread: stderr[122]: 2024-03-01 20:53:12,578 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:53:12,582 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 20:53:12,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:12,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:12,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:12,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,619 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 20:53:12,622 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/dev/mapper/test_vg3-lv6_snapset1 /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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912943197'} ; 2024-03-01 20:53:12,622 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:53:12,623 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:12,627 INFO program/MainThread: stdout[123]: LVM 2024-03-01 20:53:12,627 INFO program/MainThread: stderr[123]: 2024-03-01 20:53:12,627 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:53:12,627 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:12,630 INFO program/MainThread: stdout[124]: LVM 2024-03-01 20:53:12,630 INFO program/MainThread: stderr[124]: 2024-03-01 20:53:12,630 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:53:12,631 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:12,634 INFO program/MainThread: stdout[125]: LVM 2024-03-01 20:53:12,634 INFO program/MainThread: stderr[125]: 2024-03-01 20:53:12,634 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:53:12,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs filesystem 2024-03-01 20:53:12,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,649 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,651 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,643 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8de9b00) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:12,652 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:12,656 INFO program/MainThread: stdout[126]: LVM 2024-03-01 20:53:12,656 INFO program/MainThread: stderr[126]: 2024-03-01 20:53:12,656 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:53:12,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:53:12,660 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 20:53:12,664 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I-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': '913231886'} ; 2024-03-01 20:53:12,664 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 20:53:12,664 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:12,668 INFO program/MainThread: stdout[127]: LVM 2024-03-01 20:53:12,668 INFO program/MainThread: stderr[127]: 2024-03-01 20:53:12,668 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 20:53:12,668 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:12,671 INFO program/MainThread: stdout[128]: LVM 2024-03-01 20:53:12,671 INFO program/MainThread: stderr[128]: 2024-03-01 20:53:12,671 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 20:53:12,671 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:12,675 INFO program/MainThread: stdout[129]: LVM 2024-03-01 20:53:12,675 INFO program/MainThread: stderr[129]: 2024-03-01 20:53:12,675 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 20:53:12,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,686 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:12,689 INFO program/MainThread: stdout[130]: LVM 2024-03-01 20:53:12,689 INFO program/MainThread: stderr[130]: 2024-03-01 20:53:12,689 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 20:53:12,689 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:12,692 INFO program/MainThread: stdout[131]: LVM 2024-03-01 20:53:12,692 INFO program/MainThread: stderr[131]: 2024-03-01 20:53:12,692 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 20:53:12,693 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:12,696 INFO program/MainThread: stdout[132]: LVM 2024-03-01 20:53:12,696 INFO program/MainThread: stderr[132]: 2024-03-01 20:53:12,696 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 20:53:12,700 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 20:53:12,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:12,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:12,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,729 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 20:53:12,732 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c-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': '913248989'} ; 2024-03-01 20:53:12,732 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 20:53:12,733 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:12,736 INFO program/MainThread: stdout[133]: LVM 2024-03-01 20:53:12,737 INFO program/MainThread: stderr[133]: 2024-03-01 20:53:12,737 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 20:53:12,737 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:12,740 INFO program/MainThread: stdout[134]: LVM 2024-03-01 20:53:12,740 INFO program/MainThread: stderr[134]: 2024-03-01 20:53:12,740 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 20:53:12,740 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:12,743 INFO program/MainThread: stdout[135]: LVM 2024-03-01 20:53:12,743 INFO program/MainThread: stderr[135]: 2024-03-01 20:53:12,744 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 20:53:12,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,754 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:12,757 INFO program/MainThread: stdout[136]: LVM 2024-03-01 20:53:12,758 INFO program/MainThread: stderr[136]: 2024-03-01 20:53:12,758 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 20:53:12,758 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:12,761 INFO program/MainThread: stdout[137]: LVM 2024-03-01 20:53:12,761 INFO program/MainThread: stderr[137]: 2024-03-01 20:53:12,761 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 20:53:12,761 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:12,764 INFO program/MainThread: stdout[138]: LVM 2024-03-01 20:53:12,765 INFO program/MainThread: stderr[138]: 2024-03-01 20:53:12,765 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 20:53:12,769 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 20:53:12,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:12,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:12,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:12,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,805 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 20:53:12,808 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246 ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913254390'} ; 2024-03-01 20:53:12,808 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:53:12,809 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:12,812 INFO program/MainThread: stdout[139]: LVM 2024-03-01 20:53:12,813 INFO program/MainThread: stderr[139]: 2024-03-01 20:53:12,813 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 20:53:12,813 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:12,816 INFO program/MainThread: stdout[140]: LVM 2024-03-01 20:53:12,816 INFO program/MainThread: stderr[140]: 2024-03-01 20:53:12,816 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 20:53:12,816 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:12,819 INFO program/MainThread: stdout[141]: LVM 2024-03-01 20:53:12,820 INFO program/MainThread: stderr[141]: 2024-03-01 20:53:12,820 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 20:53:12,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs filesystem 2024-03-01 20:53:12,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,835 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:12,837 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:12,829 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8d8bd30) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:12,838 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:12,841 INFO program/MainThread: stdout[142]: LVM 2024-03-01 20:53:12,842 INFO program/MainThread: stderr[142]: 2024-03-01 20:53:12,842 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 20:53:12,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:53:12,846 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 20:53:12,849 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9-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': '913550381'} ; 2024-03-01 20:53:12,850 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 20:53:12,850 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:12,853 INFO program/MainThread: stdout[143]: LVM 2024-03-01 20:53:12,853 INFO program/MainThread: stderr[143]: 2024-03-01 20:53:12,853 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 20:53:12,854 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:12,857 INFO program/MainThread: stdout[144]: LVM 2024-03-01 20:53:12,857 INFO program/MainThread: stderr[144]: 2024-03-01 20:53:12,857 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 20:53:12,857 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:12,860 INFO program/MainThread: stdout[145]: LVM 2024-03-01 20:53:12,860 INFO program/MainThread: stderr[145]: 2024-03-01 20:53:12,860 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 20:53:12,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,871 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:12,874 INFO program/MainThread: stdout[146]: LVM 2024-03-01 20:53:12,874 INFO program/MainThread: stderr[146]: 2024-03-01 20:53:12,874 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 20:53:12,874 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:12,878 INFO program/MainThread: stdout[147]: LVM 2024-03-01 20:53:12,878 INFO program/MainThread: stderr[147]: 2024-03-01 20:53:12,878 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 20:53:12,878 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:12,881 INFO program/MainThread: stdout[148]: LVM 2024-03-01 20:53:12,881 INFO program/MainThread: stderr[148]: 2024-03-01 20:53:12,881 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 20:53:12,885 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 20:53:12,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:12,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:12,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,915 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 20:53:12,918 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST-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': '913557046'} ; 2024-03-01 20:53:12,918 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 20:53:12,918 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:12,922 INFO program/MainThread: stdout[149]: LVM 2024-03-01 20:53:12,922 INFO program/MainThread: stderr[149]: 2024-03-01 20:53:12,922 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 20:53:12,923 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:12,926 INFO program/MainThread: stdout[150]: LVM 2024-03-01 20:53:12,926 INFO program/MainThread: stderr[150]: 2024-03-01 20:53:12,926 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 20:53:12,926 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:12,929 INFO program/MainThread: stdout[151]: LVM 2024-03-01 20:53:12,929 INFO program/MainThread: stderr[151]: 2024-03-01 20:53:12,929 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 20:53:12,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,940 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:12,943 INFO program/MainThread: stdout[152]: LVM 2024-03-01 20:53:12,944 INFO program/MainThread: stderr[152]: 2024-03-01 20:53:12,944 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 20:53:12,944 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:12,947 INFO program/MainThread: stdout[153]: LVM 2024-03-01 20:53:12,947 INFO program/MainThread: stderr[153]: 2024-03-01 20:53:12,947 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 20:53:12,947 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:12,950 INFO program/MainThread: stdout[154]: LVM 2024-03-01 20:53:12,951 INFO program/MainThread: stderr[154]: 2024-03-01 20:53:12,951 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 20:53:12,954 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 20:53:12,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:12,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:12,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:12,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:12,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:12,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:12,991 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 20:53:12,994 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST ' '/dev/mapper/test_vg3-lv8_snapset1 /dev/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913564175'} ; 2024-03-01 20:53:12,994 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:53:12,994 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:12,998 INFO program/MainThread: stdout[155]: LVM 2024-03-01 20:53:12,998 INFO program/MainThread: stderr[155]: 2024-03-01 20:53:12,998 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 20:53:12,999 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:13,002 INFO program/MainThread: stdout[156]: LVM 2024-03-01 20:53:13,002 INFO program/MainThread: stderr[156]: 2024-03-01 20:53:13,002 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 20:53:13,002 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:13,005 INFO program/MainThread: stdout[157]: LVM 2024-03-01 20:53:13,005 INFO program/MainThread: stderr[157]: 2024-03-01 20:53:13,005 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 20:53:13,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs filesystem 2024-03-01 20:53:13,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:13,021 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:13,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:13,023 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:13,015 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dee080) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:13,024 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:13,027 INFO program/MainThread: stdout[158]: LVM 2024-03-01 20:53:13,028 INFO program/MainThread: stderr[158]: 2024-03-01 20:53:13,028 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 20:53:13,032 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:53:13,032 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 20:53:13,035 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902862682'} ; 2024-03-01 20:53:13,035 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:13,035 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:13,039 INFO program/MainThread: stdout[159]: LVM 2024-03-01 20:53:13,039 INFO program/MainThread: stderr[159]: 2024-03-01 20:53:13,039 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 20:53:13,039 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:13,042 INFO program/MainThread: stdout[160]: LVM 2024-03-01 20:53:13,042 INFO program/MainThread: stderr[160]: 2024-03-01 20:53:13,042 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 20:53:13,042 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:13,045 INFO program/MainThread: stdout[161]: LVM 2024-03-01 20:53:13,046 INFO program/MainThread: stderr[161]: 2024-03-01 20:53:13,046 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 20:53:13,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:13,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:13,060 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:13,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:13,063 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:13,055 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dee358) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:13,064 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:13,067 INFO program/MainThread: stdout[162]: LVM 2024-03-01 20:53:13,068 INFO program/MainThread: stderr[162]: 2024-03-01 20:53:13,068 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 20:53:13,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:13,072 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:53:13,075 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw-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': '913868319'} ; 2024-03-01 20:53:13,075 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 20:53:13,076 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:13,079 INFO program/MainThread: stdout[163]: LVM 2024-03-01 20:53:13,079 INFO program/MainThread: stderr[163]: 2024-03-01 20:53:13,079 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 20:53:13,079 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:13,082 INFO program/MainThread: stdout[164]: LVM 2024-03-01 20:53:13,082 INFO program/MainThread: stderr[164]: 2024-03-01 20:53:13,082 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 20:53:13,083 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:13,086 INFO program/MainThread: stdout[165]: LVM 2024-03-01 20:53:13,086 INFO program/MainThread: stderr[165]: 2024-03-01 20:53:13,086 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 20:53:13,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,097 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:13,100 INFO program/MainThread: stdout[166]: LVM 2024-03-01 20:53:13,100 INFO program/MainThread: stderr[166]: 2024-03-01 20:53:13,100 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 20:53:13,100 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:13,103 INFO program/MainThread: stdout[167]: LVM 2024-03-01 20:53:13,103 INFO program/MainThread: stderr[167]: 2024-03-01 20:53:13,104 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 20:53:13,104 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:13,107 INFO program/MainThread: stdout[168]: LVM 2024-03-01 20:53:13,107 INFO program/MainThread: stderr[168]: 2024-03-01 20:53:13,107 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 20:53:13,111 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 20:53:13,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:13,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,139 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 20:53:13,142 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C-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': '913876160'} ; 2024-03-01 20:53:13,143 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 20:53:13,143 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:13,147 INFO program/MainThread: stdout[169]: LVM 2024-03-01 20:53:13,147 INFO program/MainThread: stderr[169]: 2024-03-01 20:53:13,147 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 20:53:13,147 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:13,150 INFO program/MainThread: stdout[170]: LVM 2024-03-01 20:53:13,150 INFO program/MainThread: stderr[170]: 2024-03-01 20:53:13,150 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 20:53:13,151 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:13,154 INFO program/MainThread: stdout[171]: LVM 2024-03-01 20:53:13,154 INFO program/MainThread: stderr[171]: 2024-03-01 20:53:13,154 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 20:53:13,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,164 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:13,168 INFO program/MainThread: stdout[172]: LVM 2024-03-01 20:53:13,168 INFO program/MainThread: stderr[172]: 2024-03-01 20:53:13,168 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 20:53:13,168 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:13,171 INFO program/MainThread: stdout[173]: LVM 2024-03-01 20:53:13,171 INFO program/MainThread: stderr[173]: 2024-03-01 20:53:13,171 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 20:53:13,171 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:13,175 INFO program/MainThread: stdout[174]: LVM 2024-03-01 20:53:13,175 INFO program/MainThread: stderr[174]: 2024-03-01 20:53:13,175 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 20:53:13,179 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 20:53:13,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:13,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,207 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 20:53:13,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/dev/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913879758'} ; 2024-03-01 20:53:13,210 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:53:13,211 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:13,215 INFO program/MainThread: stdout[175]: LVM 2024-03-01 20:53:13,215 INFO program/MainThread: stderr[175]: 2024-03-01 20:53:13,215 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 20:53:13,215 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:13,218 INFO program/MainThread: stdout[176]: LVM 2024-03-01 20:53:13,218 INFO program/MainThread: stderr[176]: 2024-03-01 20:53:13,218 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 20:53:13,218 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:13,221 INFO program/MainThread: stdout[177]: LVM 2024-03-01 20:53:13,222 INFO program/MainThread: stderr[177]: 2024-03-01 20:53:13,222 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 20:53:13,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs filesystem 2024-03-01 20:53:13,234 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,235 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,236 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,231 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9aa21e9b0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:13,237 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:13,240 INFO program/MainThread: stdout[178]: LVM 2024-03-01 20:53:13,241 INFO program/MainThread: stderr[178]: 2024-03-01 20:53:13,241 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 20:53:13,245 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:53:13,245 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 20:53:13,248 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt-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': '914167334'} ; 2024-03-01 20:53:13,248 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 20:53:13,249 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:13,252 INFO program/MainThread: stdout[179]: LVM 2024-03-01 20:53:13,252 INFO program/MainThread: stderr[179]: 2024-03-01 20:53:13,252 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 20:53:13,252 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:13,255 INFO program/MainThread: stdout[180]: LVM 2024-03-01 20:53:13,255 INFO program/MainThread: stderr[180]: 2024-03-01 20:53:13,255 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 20:53:13,255 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:13,258 INFO program/MainThread: stdout[181]: LVM 2024-03-01 20:53:13,259 INFO program/MainThread: stderr[181]: 2024-03-01 20:53:13,259 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 20:53:13,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,269 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:13,272 INFO program/MainThread: stdout[182]: LVM 2024-03-01 20:53:13,273 INFO program/MainThread: stderr[182]: 2024-03-01 20:53:13,273 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 20:53:13,273 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:13,276 INFO program/MainThread: stdout[183]: LVM 2024-03-01 20:53:13,276 INFO program/MainThread: stderr[183]: 2024-03-01 20:53:13,276 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 20:53:13,276 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:13,279 INFO program/MainThread: stdout[184]: LVM 2024-03-01 20:53:13,280 INFO program/MainThread: stderr[184]: 2024-03-01 20:53:13,280 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 20:53:13,284 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 20:53:13,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:13,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,312 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 20:53:13,315 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg-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': '914172945'} ; 2024-03-01 20:53:13,315 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 20:53:13,316 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:13,319 INFO program/MainThread: stdout[185]: LVM 2024-03-01 20:53:13,320 INFO program/MainThread: stderr[185]: 2024-03-01 20:53:13,320 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 20:53:13,320 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:13,323 INFO program/MainThread: stdout[186]: LVM 2024-03-01 20:53:13,323 INFO program/MainThread: stderr[186]: 2024-03-01 20:53:13,323 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 20:53:13,323 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:13,327 INFO program/MainThread: stdout[187]: LVM 2024-03-01 20:53:13,327 INFO program/MainThread: stderr[187]: 2024-03-01 20:53:13,327 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 20:53:13,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,337 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:13,340 INFO program/MainThread: stdout[188]: LVM 2024-03-01 20:53:13,341 INFO program/MainThread: stderr[188]: 2024-03-01 20:53:13,341 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 20:53:13,341 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:13,344 INFO program/MainThread: stdout[189]: LVM 2024-03-01 20:53:13,344 INFO program/MainThread: stderr[189]: 2024-03-01 20:53:13,344 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 20:53:13,344 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:13,347 INFO program/MainThread: stdout[190]: LVM 2024-03-01 20:53:13,348 INFO program/MainThread: stderr[190]: 2024-03-01 20:53:13,348 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 20:53:13,351 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 20:53:13,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:13,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:13,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,379 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 20:53:13,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914184442'} ; 2024-03-01 20:53:13,383 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:53:13,383 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:13,387 INFO program/MainThread: stdout[191]: LVM 2024-03-01 20:53:13,387 INFO program/MainThread: stderr[191]: 2024-03-01 20:53:13,387 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 20:53:13,387 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:13,390 INFO program/MainThread: stdout[192]: LVM 2024-03-01 20:53:13,390 INFO program/MainThread: stderr[192]: 2024-03-01 20:53:13,390 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 20:53:13,390 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:13,394 INFO program/MainThread: stdout[193]: LVM 2024-03-01 20:53:13,394 INFO program/MainThread: stderr[193]: 2024-03-01 20:53:13,394 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 20:53:13,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs filesystem 2024-03-01 20:53:13,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,407 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,407 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,409 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,403 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e0eef0) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:13,409 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:13,413 INFO program/MainThread: stdout[194]: LVM 2024-03-01 20:53:13,413 INFO program/MainThread: stderr[194]: 2024-03-01 20:53:13,413 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 20:53:13,417 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:53:13,417 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 20:53:13,421 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH-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': '914485152'} ; 2024-03-01 20:53:13,421 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 20:53:13,421 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:13,425 INFO program/MainThread: stdout[195]: LVM 2024-03-01 20:53:13,425 INFO program/MainThread: stderr[195]: 2024-03-01 20:53:13,425 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 20:53:13,425 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:13,428 INFO program/MainThread: stdout[196]: LVM 2024-03-01 20:53:13,428 INFO program/MainThread: stderr[196]: 2024-03-01 20:53:13,428 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 20:53:13,429 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:13,432 INFO program/MainThread: stdout[197]: LVM 2024-03-01 20:53:13,432 INFO program/MainThread: stderr[197]: 2024-03-01 20:53:13,432 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 20:53:13,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,443 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:13,446 INFO program/MainThread: stdout[198]: LVM 2024-03-01 20:53:13,446 INFO program/MainThread: stderr[198]: 2024-03-01 20:53:13,446 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 20:53:13,447 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:13,450 INFO program/MainThread: stdout[199]: LVM 2024-03-01 20:53:13,450 INFO program/MainThread: stderr[199]: 2024-03-01 20:53:13,450 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 20:53:13,450 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:13,453 INFO program/MainThread: stdout[200]: LVM 2024-03-01 20:53:13,453 INFO program/MainThread: stderr[200]: 2024-03-01 20:53:13,453 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 20:53:13,457 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 20:53:13,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:13,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,485 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 20:53:13,488 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV-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': '914491121'} ; 2024-03-01 20:53:13,488 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 20:53:13,488 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:13,492 INFO program/MainThread: stdout[201]: LVM 2024-03-01 20:53:13,493 INFO program/MainThread: stderr[201]: 2024-03-01 20:53:13,493 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 20:53:13,493 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:13,496 INFO program/MainThread: stdout[202]: LVM 2024-03-01 20:53:13,496 INFO program/MainThread: stderr[202]: 2024-03-01 20:53:13,496 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 20:53:13,496 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:13,499 INFO program/MainThread: stdout[203]: LVM 2024-03-01 20:53:13,500 INFO program/MainThread: stderr[203]: 2024-03-01 20:53:13,500 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 20:53:13,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,510 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:13,514 INFO program/MainThread: stdout[204]: LVM 2024-03-01 20:53:13,514 INFO program/MainThread: stderr[204]: 2024-03-01 20:53:13,514 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 20:53:13,515 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:13,518 INFO program/MainThread: stdout[205]: LVM 2024-03-01 20:53:13,518 INFO program/MainThread: stderr[205]: 2024-03-01 20:53:13,518 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 20:53:13,518 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:13,521 INFO program/MainThread: stdout[206]: LVM 2024-03-01 20:53:13,521 INFO program/MainThread: stderr[206]: 2024-03-01 20:53:13,521 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 20:53:13,525 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 20:53:13,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:13,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,553 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 20:53:13,556 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV ' '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a ' '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914497477'} ; 2024-03-01 20:53:13,556 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:53:13,556 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:13,560 INFO program/MainThread: stdout[207]: LVM 2024-03-01 20:53:13,560 INFO program/MainThread: stderr[207]: 2024-03-01 20:53:13,560 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 20:53:13,560 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:13,563 INFO program/MainThread: stdout[208]: LVM 2024-03-01 20:53:13,564 INFO program/MainThread: stderr[208]: 2024-03-01 20:53:13,564 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 20:53:13,564 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:13,567 INFO program/MainThread: stdout[209]: LVM 2024-03-01 20:53:13,567 INFO program/MainThread: stderr[209]: 2024-03-01 20:53:13,567 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 20:53:13,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 20:53:13,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,580 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,581 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,576 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e0e0b8) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:13,582 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:13,586 INFO program/MainThread: stdout[210]: LVM 2024-03-01 20:53:13,586 INFO program/MainThread: stderr[210]: 2024-03-01 20:53:13,586 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 20:53:13,590 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:53:13,590 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 20:53:13,594 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX-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': '914786040'} ; 2024-03-01 20:53:13,594 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 20:53:13,594 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:13,597 INFO program/MainThread: stdout[211]: LVM 2024-03-01 20:53:13,597 INFO program/MainThread: stderr[211]: 2024-03-01 20:53:13,597 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 20:53:13,598 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:13,601 INFO program/MainThread: stdout[212]: LVM 2024-03-01 20:53:13,601 INFO program/MainThread: stderr[212]: 2024-03-01 20:53:13,601 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 20:53:13,601 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:13,604 INFO program/MainThread: stdout[213]: LVM 2024-03-01 20:53:13,604 INFO program/MainThread: stderr[213]: 2024-03-01 20:53:13,604 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 20:53:13,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,615 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:13,618 INFO program/MainThread: stdout[214]: LVM 2024-03-01 20:53:13,619 INFO program/MainThread: stderr[214]: 2024-03-01 20:53:13,619 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 20:53:13,619 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:13,622 INFO program/MainThread: stdout[215]: LVM 2024-03-01 20:53:13,622 INFO program/MainThread: stderr[215]: 2024-03-01 20:53:13,622 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 20:53:13,622 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:13,625 INFO program/MainThread: stdout[216]: LVM 2024-03-01 20:53:13,625 INFO program/MainThread: stderr[216]: 2024-03-01 20:53:13,626 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 20:53:13,630 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 20:53:13,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:13,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,657 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 20:53:13,660 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI ' '/dev/mapper/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '903181319'} ; 2024-03-01 20:53:13,660 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:13,661 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:13,665 INFO program/MainThread: stdout[217]: LVM 2024-03-01 20:53:13,665 INFO program/MainThread: stderr[217]: 2024-03-01 20:53:13,665 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 20:53:13,665 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:13,668 INFO program/MainThread: stdout[218]: LVM 2024-03-01 20:53:13,668 INFO program/MainThread: stderr[218]: 2024-03-01 20:53:13,669 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 20:53:13,669 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:13,672 INFO program/MainThread: stdout[219]: LVM 2024-03-01 20:53:13,672 INFO program/MainThread: stderr[219]: 2024-03-01 20:53:13,672 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 20:53:13,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:13,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:13,687 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:13,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:13,689 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:13,681 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8ddae80) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fd9a8ddaeb8) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:13,690 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:13,694 INFO program/MainThread: stdout[220]: LVM 2024-03-01 20:53:13,694 INFO program/MainThread: stderr[220]: 2024-03-01 20:53:13,694 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 20:53:13,699 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:13,699 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:53:13,702 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O-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': '914793769'} ; 2024-03-01 20:53:13,702 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 20:53:13,702 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:13,706 INFO program/MainThread: stdout[221]: LVM 2024-03-01 20:53:13,706 INFO program/MainThread: stderr[221]: 2024-03-01 20:53:13,706 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 20:53:13,706 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:13,709 INFO program/MainThread: stdout[222]: LVM 2024-03-01 20:53:13,709 INFO program/MainThread: stderr[222]: 2024-03-01 20:53:13,709 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 20:53:13,709 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:13,713 INFO program/MainThread: stdout[223]: LVM 2024-03-01 20:53:13,713 INFO program/MainThread: stderr[223]: 2024-03-01 20:53:13,713 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 20:53:13,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,723 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:13,726 INFO program/MainThread: stdout[224]: LVM 2024-03-01 20:53:13,727 INFO program/MainThread: stderr[224]: 2024-03-01 20:53:13,727 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 20:53:13,727 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:13,730 INFO program/MainThread: stdout[225]: LVM 2024-03-01 20:53:13,730 INFO program/MainThread: stderr[225]: 2024-03-01 20:53:13,730 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 20:53:13,730 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:13,733 INFO program/MainThread: stdout[226]: LVM 2024-03-01 20:53:13,734 INFO program/MainThread: stderr[226]: 2024-03-01 20:53:13,734 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 20:53:13,737 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 20:53:13,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:13,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:13,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,765 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 20:53:13,768 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/mapper/test_vg1-lv2_snapset1 /dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914817359'} ; 2024-03-01 20:53:13,768 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:53:13,769 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:13,772 INFO program/MainThread: stdout[227]: LVM 2024-03-01 20:53:13,772 INFO program/MainThread: stderr[227]: 2024-03-01 20:53:13,772 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 20:53:13,772 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:13,775 INFO program/MainThread: stdout[228]: LVM 2024-03-01 20:53:13,776 INFO program/MainThread: stderr[228]: 2024-03-01 20:53:13,776 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 20:53:13,776 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:13,779 INFO program/MainThread: stdout[229]: LVM 2024-03-01 20:53:13,779 INFO program/MainThread: stderr[229]: 2024-03-01 20:53:13,779 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 20:53:13,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs filesystem 2024-03-01 20:53:13,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,792 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,794 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,788 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dc9438) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:13,795 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:13,798 INFO program/MainThread: stdout[230]: LVM 2024-03-01 20:53:13,798 INFO program/MainThread: stderr[230]: 2024-03-01 20:53:13,798 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 20:53:13,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:53:13,802 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 20:53:13,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt ' '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45 ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904092377'} ; 2024-03-01 20:53:13,806 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:13,806 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:13,809 INFO program/MainThread: stdout[231]: LVM 2024-03-01 20:53:13,809 INFO program/MainThread: stderr[231]: 2024-03-01 20:53:13,809 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 20:53:13,809 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:13,812 INFO program/MainThread: stdout[232]: LVM 2024-03-01 20:53:13,813 INFO program/MainThread: stderr[232]: 2024-03-01 20:53:13,813 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 20:53:13,813 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:13,816 INFO program/MainThread: stdout[233]: LVM 2024-03-01 20:53:13,816 INFO program/MainThread: stderr[233]: 2024-03-01 20:53:13,816 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 20:53:13,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:13,828 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,829 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,831 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,825 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a9eeca90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:13,831 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:13,835 INFO program/MainThread: stdout[234]: LVM 2024-03-01 20:53:13,835 INFO program/MainThread: stderr[234]: 2024-03-01 20:53:13,835 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 20:53:13,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:13,839 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:53:13,842 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904397755'} ; 2024-03-01 20:53:13,843 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:13,843 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:13,846 INFO program/MainThread: stdout[235]: LVM 2024-03-01 20:53:13,846 INFO program/MainThread: stderr[235]: 2024-03-01 20:53:13,846 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 20:53:13,846 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:13,850 INFO program/MainThread: stdout[236]: LVM 2024-03-01 20:53:13,850 INFO program/MainThread: stderr[236]: 2024-03-01 20:53:13,850 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 20:53:13,850 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:13,853 INFO program/MainThread: stdout[237]: LVM 2024-03-01 20:53:13,853 INFO program/MainThread: stderr[237]: 2024-03-01 20:53:13,853 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 20:53:13,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:13,865 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,867 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,867 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:13,868 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:13,862 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8dc9a58) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd9a8dcedd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:13,869 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:13,872 INFO program/MainThread: stdout[238]: LVM 2024-03-01 20:53:13,873 INFO program/MainThread: stderr[238]: 2024-03-01 20:53:13,873 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 20:53:13,877 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:13,877 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:53:13,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb ' '/dev/test_vg1/lv2 /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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905273780'} ; 2024-03-01 20:53:13,880 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:13,881 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,884 INFO program/MainThread: stdout[239]: LVM 2024-03-01 20:53:13,884 INFO program/MainThread: stderr[239]: 2024-03-01 20:53:13,884 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 20:53:13,884 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,888 INFO program/MainThread: stdout[240]: LVM 2024-03-01 20:53:13,888 INFO program/MainThread: stderr[240]: 2024-03-01 20:53:13,888 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 20:53:13,888 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,891 INFO program/MainThread: stdout[241]: LVM 2024-03-01 20:53:13,891 INFO program/MainThread: stderr[241]: 2024-03-01 20:53:13,891 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 20:53:13,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:13,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,904 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,906 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,900 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e39978) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:13,907 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:13,910 INFO program/MainThread: stdout[242]: LVM 2024-03-01 20:53:13,910 INFO program/MainThread: stderr[242]: 2024-03-01 20:53:13,910 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 20:53:13,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:13,914 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:53:13,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905569120'} ; 2024-03-01 20:53:13,918 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:13,918 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,921 INFO program/MainThread: stdout[243]: LVM 2024-03-01 20:53:13,922 INFO program/MainThread: stderr[243]: 2024-03-01 20:53:13,922 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 20:53:13,922 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,925 INFO program/MainThread: stdout[244]: LVM 2024-03-01 20:53:13,925 INFO program/MainThread: stderr[244]: 2024-03-01 20:53:13,925 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 20:53:13,925 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,928 INFO program/MainThread: stdout[245]: LVM 2024-03-01 20:53:13,929 INFO program/MainThread: stderr[245]: 2024-03-01 20:53:13,929 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 20:53:13,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:13,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,941 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:13,943 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:13,937 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd9a8e143c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fd9a9ef97b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:13,944 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:13,947 INFO program/MainThread: stdout[246]: LVM 2024-03-01 20:53:13,947 INFO program/MainThread: stderr[246]: 2024-03-01 20:53:13,947 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 20:53:13,951 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:13,951 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:53:13,955 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI-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': '912586195'} ; 2024-03-01 20:53:13,955 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 20:53:13,955 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:13,958 INFO program/MainThread: stdout[247]: LVM 2024-03-01 20:53:13,958 INFO program/MainThread: stderr[247]: 2024-03-01 20:53:13,958 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 20:53:13,959 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:13,962 INFO program/MainThread: stdout[248]: LVM 2024-03-01 20:53:13,962 INFO program/MainThread: stderr[248]: 2024-03-01 20:53:13,962 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 20:53:13,962 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:13,965 INFO program/MainThread: stdout[249]: LVM 2024-03-01 20:53:13,965 INFO program/MainThread: stderr[249]: 2024-03-01 20:53:13,965 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 20:53:13,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:13,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:13,976 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:13,980 INFO program/MainThread: stdout[250]: LVM 2024-03-01 20:53:13,980 INFO program/MainThread: stderr[250]: 2024-03-01 20:53:13,980 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 20:53:13,980 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:13,983 INFO program/MainThread: stdout[251]: LVM 2024-03-01 20:53:13,983 INFO program/MainThread: stderr[251]: 2024-03-01 20:53:13,983 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 20:53:13,983 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:13,987 INFO program/MainThread: stdout[252]: LVM 2024-03-01 20:53:13,987 INFO program/MainThread: stderr[252]: 2024-03-01 20:53:13,987 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 20:53:13,991 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 20:53:13,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:13,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:14,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:14,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:14,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,020 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 20:53:14,023 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL-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': '912596963'} ; 2024-03-01 20:53:14,023 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 20:53:14,023 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:14,027 INFO program/MainThread: stdout[253]: LVM 2024-03-01 20:53:14,027 INFO program/MainThread: stderr[253]: 2024-03-01 20:53:14,027 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 20:53:14,027 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:14,031 INFO program/MainThread: stdout[254]: LVM 2024-03-01 20:53:14,031 INFO program/MainThread: stderr[254]: 2024-03-01 20:53:14,031 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 20:53:14,031 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:14,034 INFO program/MainThread: stdout[255]: LVM 2024-03-01 20:53:14,034 INFO program/MainThread: stderr[255]: 2024-03-01 20:53:14,034 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 20:53:14,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,045 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:14,048 INFO program/MainThread: stdout[256]: LVM 2024-03-01 20:53:14,048 INFO program/MainThread: stderr[256]: 2024-03-01 20:53:14,048 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 20:53:14,048 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:14,051 INFO program/MainThread: stdout[257]: LVM 2024-03-01 20:53:14,052 INFO program/MainThread: stderr[257]: 2024-03-01 20:53:14,052 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 20:53:14,052 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:14,055 INFO program/MainThread: stdout[258]: LVM 2024-03-01 20:53:14,055 INFO program/MainThread: stderr[258]: 2024-03-01 20:53:14,055 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 20:53:14,059 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 20:53:14,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:14,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:14,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:14,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:14,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:14,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,096 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 20:53:14,096 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:14,108 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:14,134 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:53:14,135 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:53:14,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:14,150 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:53:14,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:14,163 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:53:14,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:14,176 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:53:14,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:14,189 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:53:14,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:14,203 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:53:14,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:14,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:14,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:14,216 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:53:18,960 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_q7vwhzx0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:53:18,997 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:18,997 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:53:19,000 INFO program/MainThread: stdout[2]: 2024-03-01 20:53:19,001 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:53:19,001 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:53:19,001 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:53:19,005 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:19,006 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:53:19,009 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:19,009 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:53:19,013 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:19,013 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:53:19,016 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:19,016 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:53:19,037 INFO program/MainThread: stdout: 2024-03-01 20:53:19,037 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:53:19,037 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb 2024-03-01 20:53:19,038 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb 2024-03-01 20:53:19,038 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi 2024-03-01 20:53:19,038 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre 2024-03-01 20:53:19,038 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 2024-03-01 20:53:19,038 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 2024-03-01 20:53:19,038 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 2024-03-01 20:53:19,038 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg 2024-03-01 20:53:19,038 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl 2024-03-01 20:53:19,038 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,038 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:19,039 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:19,039 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:19,039 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:19,039 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:19,039 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 2024-03-01 20:53:19,039 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 2024-03-01 20:53:19,039 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:53:19,039 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a 2024-03-01 20:53:19,039 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 2024-03-01 20:53:19,040 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:53:19,040 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:53:19,040 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:53:19,040 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:19,040 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:19,040 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs ceeafae8-eadd-48a4-af16-2a9c66fc0f9a |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 09248eb5-fb5c-4bef-96d6-07c074f9c0fb sdb 1073741824 root disk brw-rw---- LVM2_member MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi sdc 1073741824 root disk brw-rw---- LVM2_member KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre sdd 1073741824 root disk brw-rw---- LVM2_member oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ea815f8f-36ce-466f-9588-474d7aad9404 |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 2ad1271b-87f7-4789-aeef-2948d130ad45 sde 1073741824 root disk brw-rw---- LVM2_member r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 sdf 1073741824 root disk brw-rw---- LVM2_member zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg sdg 1073741824 root disk brw-rw---- LVM2_member zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a sdh 1073741824 root disk brw-rw---- LVM2_member dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs 25ab5db5-2ea4-4fd6-a811-dd5059981e46 |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a sdi 1073741824 root disk brw-rw---- LVM2_member wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs adc86c10-b69b-4e0d-9acf-884c79ef0ed4 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3a863162-a617-40f3-a1f4-3bdf18867246 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs 57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a sdj 1073741824 root disk brw-rw---- LVM2_member mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:19,040 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:19,040 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:19,040 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:53:19,041 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:19,041 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:53:19,041 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:53:19,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:19,053 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:19,077 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv5_snapset1', 'test_vg3-lv6-real', 'test_vg3-lv6_snapset1-cow', 'test_vg3-lv6_snapset1', 'test_vg3-lv7-real', 'test_vg3-lv7_snapset1-cow', 'test_vg3-lv7_snapset1', 'test_vg3-lv8-real', 'test_vg3-lv8_snapset1-cow', 'test_vg3-lv8_snapset1', 'test_vg3-lv6', 'test_vg2-lv3-real', 'test_vg2-lv3_snapset1-cow', 'test_vg2-lv3_snapset1', 'test_vg2-lv4-real', 'test_vg2-lv4_snapset1-cow', 'test_vg2-lv4_snapset1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1', 'test_vg1-lv2-real', 'test_vg3-lv5', 'test_vg1-lv2_snapset1-cow', 'test_vg1-lv2_snapset1', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1', 'test_vg3-lv5-real', 'test_vg3-lv5_snapset1-cow'] 2024-03-01 20:53:19,081 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/lvm-pv-uuid-hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f', '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': 'hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr', 'ID_FS_UUID_ENC': 'hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:53:19,081 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:53:19,082 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,117 INFO program/MainThread: stdout[3]: 2024-03-01 20:53:19,118 INFO program/MainThread: stderr[3]: 2024-03-01 20:53:19,118 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:53:19,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,131 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:53:19,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:53:19,136 INFO blivet/MainThread: sda is a disk 2024-03-01 20:53:19,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:53:19,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:53:19,140 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:53:19,144 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:53:19,144 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:53:19,147 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:53:19,148 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:53:19,148 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:53:19,148 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa779a77b70) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:53:19,152 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:53:19,156 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:19,156 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:53:19,160 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:19,160 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:53:19,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:53:19,167 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,167 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:53:19,170 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:53:19,170 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:53:19,171 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,198 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:19,198 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi. WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:19,198 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:53:19,199 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:53:19,203 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr ; label: None ; device: /dev/sda ; serial: 360014056f88994e435844fea0635145f ; exists: True ; vg_name: test_vg1 ; vg_uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:53:19,204 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:53:19,207 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:53:19,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:19,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:19,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,222 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,256 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:19,256 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi. WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:19,257 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:53:19,257 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:19,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:53:19,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:53:19,267 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:19,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:53:19,270 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:53:19,271 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,301 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:19,302 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi. WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:19,302 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:53:19,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:53:19,307 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:53:19,310 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:53:19,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:19,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:19,317 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:19,317 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:19,321 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/lvm-pv-uuid-MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca', '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': 'MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi', 'ID_FS_UUID_ENC': 'MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:53:19,321 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:53:19,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:53:19,333 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:53:19,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:53:19,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:53:19,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:53:19,339 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:53:19,340 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:53:19,343 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:53:19,343 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:53:19,344 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:53:19,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa778a2cf60) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:53:19,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:53:19,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:19,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:53:19,354 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:19,355 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:53:19,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:53:19,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:53:19,365 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:53:19,365 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:53:19,365 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,395 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:19,395 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:19,395 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:53:19,396 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:53:19,400 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi ; label: None ; device: /dev/sdb ; serial: 36001405038fa0ec67004009822636a39 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:19,400 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:53:19,404 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:53:19,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:19,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:19,414 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:53:19,417 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:19,421 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:53:19,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:19,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:19,427 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,455 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:19,455 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre. WARNING: VG test_vg1 is missing PV KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre (last written to /dev/sdc). 2024-03-01 20:53:19,455 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:53:19,456 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:19,456 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:19,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:53:19,461 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:53:19,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,471 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:53:19,472 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:53:19,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:53:19,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:53:19,476 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:53:19,479 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:53:19,479 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:53:19,482 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:53:19,483 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:53:19,483 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:53:19,483 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa778999a58) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:53:19,487 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:53:19,487 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:53:19,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:53:19,491 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:53:19,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,501 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:53:19,501 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:53:19,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:53:19,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:53:19,505 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:53:19,508 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:53:19,509 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:53:19,512 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:53:19,512 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:53:19,513 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:53:19,513 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa77899f978) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:53:19,516 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:53:19,516 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:53:19,520 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2', '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': 'KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre', 'ID_FS_UUID_ENC': 'KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:53:19,520 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:53:19,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,530 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:53:19,531 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:53:19,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:53:19,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:53:19,534 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:53:19,537 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:53:19,538 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:53:19,541 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:53:19,541 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:53:19,542 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:53:19,542 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa77899fef0) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:53:19,545 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:53:19,549 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:19,549 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:53:19,552 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:19,552 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:53:19,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,556 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:53:19,559 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,559 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:53:19,562 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:53:19,563 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:53:19,563 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,591 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:19,591 INFO program/MainThread: stderr[9]: 2024-03-01 20:53:19,591 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:53:19,592 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:53:19,596 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre ; label: None ; device: /dev/sdc ; serial: 36001405e20e515c49f94520af355dfe2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:19,596 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:53:19,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:53:19,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:19,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:19,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:53:19,613 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:19,617 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:53:19,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX ; incomplete: True ; hidden: False ; 2024-03-01 20:53:19,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:19,624 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,651 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:19,651 INFO program/MainThread: stderr[10]: 2024-03-01 20:53:19,651 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:53:19,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:19,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:53:19,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:19,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:53:19,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:19,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:19,678 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:19,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:19,682 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:53:19,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:53:19,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:53:19,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:19,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:53:19,695 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:19,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:19,698 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:19,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:19,702 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:53:19,703 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 20:53:19,703 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:53:19,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:19,706 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:19,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:53:19,710 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:53:19,714 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905569120'} ; 2024-03-01 20:53:19,714 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:19,714 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,718 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:53:19,718 INFO program/MainThread: stderr[11]: 2024-03-01 20:53:19,718 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:53:19,718 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,722 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:53:19,722 INFO program/MainThread: stderr[12]: 2024-03-01 20:53:19,722 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:53:19,722 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,725 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:53:19,725 INFO program/MainThread: stderr[13]: 2024-03-01 20:53:19,725 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:53:19,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:53:19,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,737 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:53:19,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,738 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:53:19,733 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:19,738 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:19,742 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:53:19,742 INFO program/MainThread: stderr[14]: 2024-03-01 20:53:19,742 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:53:19,746 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:19,751 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:19,751 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:53:19,754 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:19,755 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:53:19,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:53:19,762 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,762 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:53:19,764 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:53:19,764 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:53:19,768 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:19,768 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:53:19,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:53:19,772 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:19,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,779 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 20:53:19,779 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:19,806 INFO program/MainThread: stdout[15]: lv1 2024-03-01 20:53:19,806 INFO program/MainThread: stderr[15]: 2024-03-01 20:53:19,806 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:53:19,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:19,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:19,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:19,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:53:19,832 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:53:19,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:53:19,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:19,839 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:19,839 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:53:19,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:53:19,844 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:19,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:53:19,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 20:53:19,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:53:19,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:53:19,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:19,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:19,859 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:53:19,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:53:19,863 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:19,863 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 20:53:19,863 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 20:53:19,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:19,867 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:53:19,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:53:19,871 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:19,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914497477'} ; 2024-03-01 20:53:19,875 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:53:19,875 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:19,879 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:53:19,879 INFO program/MainThread: stderr[16]: 2024-03-01 20:53:19,879 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:53:19,879 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:19,882 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:53:19,883 INFO program/MainThread: stderr[17]: 2024-03-01 20:53:19,883 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:53:19,883 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:19,886 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:53:19,886 INFO program/MainThread: stderr[18]: 2024-03-01 20:53:19,886 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:53:19,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 20:53:19,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,898 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:19,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:19,899 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:19,895 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa7789996a0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:19,900 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:19,903 INFO program/MainThread: stdout[19]: LVM 2024-03-01 20:53:19,903 INFO program/MainThread: stderr[19]: 2024-03-01 20:53:19,903 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:53:19,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:53:19,912 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:19,912 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:53:19,916 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:19,916 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:53:19,919 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,919 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:53:19,923 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:19,923 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:53:19,924 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 20:53:19,927 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:19,927 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:53:19,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:19,931 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:19,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:19,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX ; incomplete: False ; hidden: False ; 2024-03-01 20:53:19,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:19,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 20:53:19,948 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:19,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:53:19,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:19,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:19,956 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:19,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:19,960 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:53:19,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:53:19,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 20:53:19,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:19,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:53:19,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:19,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:19,975 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:19,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:19,979 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:53:19,979 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 20:53:19,979 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 20:53:19,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:19,983 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:19,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:53:19,986 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:53:19,990 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905273780'} ; 2024-03-01 20:53:19,990 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:19,991 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:19,994 INFO program/MainThread: stdout[20]: LVM 2024-03-01 20:53:19,995 INFO program/MainThread: stderr[20]: 2024-03-01 20:53:19,995 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:53:19,995 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:19,998 INFO program/MainThread: stdout[21]: LVM 2024-03-01 20:53:19,998 INFO program/MainThread: stderr[21]: 2024-03-01 20:53:19,998 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:53:19,998 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:20,001 INFO program/MainThread: stdout[22]: LVM 2024-03-01 20:53:20,002 INFO program/MainThread: stderr[22]: 2024-03-01 20:53:20,002 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:53:20,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 20:53:20,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:20,014 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:53:20,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:20,015 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:53:20,010 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:20,016 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:20,019 INFO program/MainThread: stdout[23]: LVM 2024-03-01 20:53:20,019 INFO program/MainThread: stderr[23]: 2024-03-01 20:53:20,019 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:53:20,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:20,027 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,028 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 20:53:20,031 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,031 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 20:53:20,035 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 20:53:20,039 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,039 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 20:53:20,039 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:53:20,043 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:20,043 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:53:20,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:53:20,047 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:20,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,053 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 20:53:20,054 INFO program/MainThread: Running [24] lvm lvs --noheadings -o origin test_vg1/lv2_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,082 INFO program/MainThread: stdout[24]: lv2 2024-03-01 20:53:20,082 INFO program/MainThread: stderr[24]: 2024-03-01 20:53:20,082 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:53:20,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:20,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:20,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:20,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:53:20,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:53:20,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:53:20,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:20,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:20,116 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:53:20,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:53:20,120 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:20,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:53:20,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 20:53:20,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:53:20,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:53:20,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:20,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:20,135 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:53:20,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:53:20,139 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:20,140 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 20:53:20,140 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 20:53:20,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:20,144 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:53:20,147 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:53:20,147 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:20,151 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb ' '/dev/test_vg1/lv2_snapset1 /dev/mapper/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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914817359'} ; 2024-03-01 20:53:20,151 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:53:20,152 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:20,156 INFO program/MainThread: stdout[25]: LVM 2024-03-01 20:53:20,156 INFO program/MainThread: stderr[25]: 2024-03-01 20:53:20,156 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:53:20,156 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:20,159 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:53:20,160 INFO program/MainThread: stderr[26]: 2024-03-01 20:53:20,160 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:53:20,160 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:20,163 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:53:20,163 INFO program/MainThread: stderr[27]: 2024-03-01 20:53:20,163 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:53:20,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 20:53:20,175 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:20,176 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:20,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:20,177 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:20,172 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778950400) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:20,178 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:20,181 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:53:20,182 INFO program/MainThread: stderr[28]: 2024-03-01 20:53:20,182 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:53:20,186 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:53:20,190 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,190 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 20:53:20,193 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,194 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 20:53:20,197 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:53:20,201 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,201 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 20:53:20,201 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 20:53:20,205 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:20,205 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 20:53:20,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:20,209 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:20,209 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:20,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884', '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': 'oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX', 'ID_FS_UUID_ENC': 'oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:53:20,213 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:53:20,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:53:20,225 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:53:20,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 20:53:20,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 20:53:20,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:53:20,232 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:53:20,232 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:53:20,235 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:53:20,235 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:53:20,236 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 20:53:20,236 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa7789580b8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:53:20,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:53:20,243 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,243 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 20:53:20,247 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,247 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 20:53:20,250 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,250 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 20:53:20,254 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,254 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 20:53:20,257 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:53:20,257 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:53:20,257 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/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,286 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:20,286 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1. WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:20,286 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:53:20,287 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:53:20,291 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX ; label: None ; device: /dev/sdd ; serial: 360014050929f5ccaea04345ba42a66b8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:53:20,291 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 20:53:20,295 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:53:20,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:20,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:20,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,308 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/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,336 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 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=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:20,336 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1. WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:20,337 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:53:20,337 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:20,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 20:53:20,342 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:53:20,347 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:20,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:53:20,350 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:53:20,351 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/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,381 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:20,381 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1. WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:20,381 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:53:20,386 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:53:20,387 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 20:53:20,390 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:53:20,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:20,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:53:20,397 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:20,397 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:20,401 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/lvm-pv-uuid-r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1', 'ID_FS_UUID_ENC': 'r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:53:20,401 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:53:20,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,412 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:53:20,413 INFO blivet/MainThread: sde is a disk 2024-03-01 20:53:20,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 20:53:20,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 20:53:20,416 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:53:20,420 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:53:20,420 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:53:20,423 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:53:20,424 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:53:20,424 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 20:53:20,424 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa7789582b0) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:53:20,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:53:20,441 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,441 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 20:53:20,445 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,445 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 20:53:20,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,449 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 20:53:20,452 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,452 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 20:53:20,455 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:53:20,455 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:53:20,456 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/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,486 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:20,486 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:20,486 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:53:20,487 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:53:20,491 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 ; label: None ; device: /dev/sde ; serial: 36001405d1c732d25b0440bbb24674d29 ; exists: True ; vg_name: test_vg2 ; vg_uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:20,491 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 20:53:20,495 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:53:20,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:20,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:53:20,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:53:20,509 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:20,512 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:53:20,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:20,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:20,518 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/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,549 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:20,550 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg. WARNING: VG test_vg2 is missing PV zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg (last written to /dev/sdf). 2024-03-01 20:53:20,550 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:53:20,550 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:20,550 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:20,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/lvm-pv-uuid-zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg', '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': 'zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg', 'ID_FS_UUID_ENC': 'zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:53:20,555 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:53:20,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,567 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:53:20,568 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:53:20,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:53:20,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:53:20,571 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:53:20,575 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:53:20,575 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:53:20,579 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:53:20,579 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:53:20,580 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 20:53:20,580 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa778958080) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:53:20,583 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:53:20,587 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,587 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 20:53:20,590 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,590 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 20:53:20,594 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,594 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:53:20,597 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,597 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 20:53:20,601 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:53:20,601 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:53:20,601 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/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,630 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:53:20,630 INFO program/MainThread: stderr[34]: 2024-03-01 20:53:20,631 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:53:20,631 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:53:20,635 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg ; label: None ; device: /dev/sdf ; serial: 3600140570a1d4f7fd57424abc405baa4 ; exists: True ; vg_name: test_vg2 ; vg_uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:20,636 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 20:53:20,639 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:53:20,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:20,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:20,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:53:20,653 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:20,656 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:53:20,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA ; incomplete: True ; hidden: False ; 2024-03-01 20:53:20,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:20,663 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/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,691 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:20,691 INFO program/MainThread: stderr[35]: 2024-03-01 20:53:20,691 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:53:20,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:20,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 20:53:20,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:20,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:53:20,714 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:20,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:20,719 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:20,722 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:20,723 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:20,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 20:53:20,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:53:20,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:20,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:53:20,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:20,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:20,738 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:20,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:20,742 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:20,742 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:53:20,742 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 20:53:20,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:20,745 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:20,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:53:20,749 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:20,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904397755'} ; 2024-03-01 20:53:20,753 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:20,754 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:20,758 INFO program/MainThread: stdout[36]: LVM 2024-03-01 20:53:20,758 INFO program/MainThread: stderr[36]: 2024-03-01 20:53:20,758 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:53:20,758 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:20,761 INFO program/MainThread: stdout[37]: LVM 2024-03-01 20:53:20,761 INFO program/MainThread: stderr[37]: 2024-03-01 20:53:20,761 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:53:20,761 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:20,764 INFO program/MainThread: stdout[38]: LVM 2024-03-01 20:53:20,765 INFO program/MainThread: stderr[38]: 2024-03-01 20:53:20,765 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:53:20,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 20:53:20,776 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:20,777 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:20,777 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:20,778 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:20,774 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:20,778 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:20,781 INFO program/MainThread: stdout[39]: LVM 2024-03-01 20:53:20,782 INFO program/MainThread: stderr[39]: 2024-03-01 20:53:20,782 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:53:20,786 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:20,790 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,790 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 20:53:20,793 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,794 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 20:53:20,797 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,797 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 20:53:20,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 20:53:20,802 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:53:20,805 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:20,805 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 20:53:20,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:53:20,809 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:20,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,816 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 20:53:20,816 INFO program/MainThread: Running [40] lvm lvs --noheadings -o origin test_vg2/lv3_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:20,845 INFO program/MainThread: stdout[40]: lv3 2024-03-01 20:53:20,846 INFO program/MainThread: stderr[40]: 2024-03-01 20:53:20,846 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:53:20,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:20,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:20,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:20,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:53:20,872 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:53:20,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 20:53:20,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:20,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:20,879 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:53:20,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:53:20,884 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:20,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:53:20,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 20:53:20,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:53:20,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 20:53:20,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:20,899 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:20,899 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:53:20,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:53:20,903 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:20,903 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 20:53:20,903 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 20:53:20,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:20,907 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:53:20,910 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:53:20,911 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:20,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C ' '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/mapper/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913879758'} ; 2024-03-01 20:53:20,915 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:53:20,915 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:20,919 INFO program/MainThread: stdout[41]: LVM 2024-03-01 20:53:20,919 INFO program/MainThread: stderr[41]: 2024-03-01 20:53:20,919 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:53:20,919 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:20,923 INFO program/MainThread: stdout[42]: LVM 2024-03-01 20:53:20,923 INFO program/MainThread: stderr[42]: 2024-03-01 20:53:20,923 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:53:20,923 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:20,926 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:53:20,926 INFO program/MainThread: stderr[43]: 2024-03-01 20:53:20,926 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:53:20,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 20:53:20,938 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:20,939 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:20,939 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:20,940 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:20,936 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa779da9978) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:20,941 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:20,944 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:53:20,945 INFO program/MainThread: stderr[44]: 2024-03-01 20:53:20,945 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:53:20,949 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:53:20,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:20,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 20:53:20,957 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:20,957 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 20:53:20,960 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,961 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:53:20,964 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:20,964 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 20:53:20,965 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 20:53:20,968 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:20,968 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 20:53:20,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:20,972 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:20,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:20,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt ; incomplete: False ; hidden: False ; 2024-03-01 20:53:20,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:20,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:53:20,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:20,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:53:20,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:20,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:20,998 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:21,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:21,002 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:53:21,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 20:53:21,006 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 20:53:21,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:21,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 20:53:21,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:21,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:21,017 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:21,021 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:21,021 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:53:21,021 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 20:53:21,022 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 20:53:21,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:21,025 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:21,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:53:21,029 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:53:21,033 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt ' '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45 ' '/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904092377'} ; 2024-03-01 20:53:21,033 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:21,033 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:21,037 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:53:21,037 INFO program/MainThread: stderr[45]: 2024-03-01 20:53:21,037 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:53:21,037 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:21,041 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:53:21,041 INFO program/MainThread: stderr[46]: 2024-03-01 20:53:21,041 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:53:21,041 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:21,044 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:53:21,044 INFO program/MainThread: stderr[47]: 2024-03-01 20:53:21,044 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:53:21,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 20:53:21,056 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:21,057 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:53:21,058 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:21,058 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:53:21,053 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:21,059 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:21,063 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:53:21,063 INFO program/MainThread: stderr[48]: 2024-03-01 20:53:21,063 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:53:21,068 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:21,072 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,072 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 20:53:21,076 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:21,076 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 20:53:21,080 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,080 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 20:53:21,083 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,084 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 20:53:21,084 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:53:21,087 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:21,087 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 20:53:21,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:53:21,091 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:21,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,098 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 20:53:21,098 INFO program/MainThread: Running [49] lvm lvs --noheadings -o origin test_vg2/lv4_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,128 INFO program/MainThread: stdout[49]: lv4 2024-03-01 20:53:21,129 INFO program/MainThread: stderr[49]: 2024-03-01 20:53:21,129 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:53:21,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:21,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:21,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:21,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 20:53:21,156 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:53:21,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 20:53:21,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:21,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:21,163 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:53:21,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:53:21,168 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:21,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 20:53:21,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 20:53:21,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:53:21,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:53:21,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:21,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:21,183 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:53:21,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:53:21,187 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:21,188 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 20:53:21,188 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 20:53:21,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:21,191 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:53:21,195 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:53:21,195 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:53:21,199 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45 ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914184442'} ; 2024-03-01 20:53:21,199 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:53:21,200 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:21,204 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:53:21,204 INFO program/MainThread: stderr[50]: 2024-03-01 20:53:21,204 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:53:21,204 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:21,207 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:53:21,207 INFO program/MainThread: stderr[51]: 2024-03-01 20:53:21,207 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:53:21,207 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:21,210 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:53:21,211 INFO program/MainThread: stderr[52]: 2024-03-01 20:53:21,211 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:53:21,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 20:53:21,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:21,224 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:21,224 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:21,225 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:21,220 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778999400) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:21,226 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:21,230 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:53:21,230 INFO program/MainThread: stderr[53]: 2024-03-01 20:53:21,230 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:53:21,234 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:53:21,238 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,238 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 20:53:21,242 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:21,242 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 20:53:21,246 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,246 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 20:53:21,250 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,250 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 20:53:21,250 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 20:53:21,253 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:21,254 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 20:53:21,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:21,257 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:21,258 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:21,261 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', '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': 'zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl', 'ID_FS_UUID_ENC': 'zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:53:21,261 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:53:21,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,273 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:53:21,274 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:53:21,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 20:53:21,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:53:21,277 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:53:21,281 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:53:21,281 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:53:21,284 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:53:21,285 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:53:21,285 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 20:53:21,285 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa77894ae48) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:53:21,289 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:53:21,292 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,292 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 20:53:21,296 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:21,296 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 20:53:21,299 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,299 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 20:53:21,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 20:53:21,306 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:53:21,306 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:53:21,306 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/sdf$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,337 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:21,337 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0. WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:21,337 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:53:21,338 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:53:21,342 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl ; label: None ; device: /dev/sdg ; serial: 36001405bceb0e58807f4b209f834172a ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; 2024-03-01 20:53:21,343 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 20:53:21,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:53:21,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:21,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,360 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/sdf$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,391 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 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=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 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=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:21,391 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0. WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:21,391 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:53:21,392 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:21,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 20:53:21,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:53:21,401 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:21,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:53:21,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:53:21,405 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/sdf$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,437 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:21,437 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0. WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:21,437 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:53:21,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:53:21,443 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 20:53:21,446 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:53:21,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,453 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:21,453 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:21,457 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/lvm-pv-uuid-dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6', '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': 'dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0', 'ID_FS_UUID_ENC': 'dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:53:21,457 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:53:21,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,469 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:53:21,470 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:53:21,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:53:21,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 20:53:21,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:53:21,477 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:53:21,477 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:53:21,481 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:53:21,481 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:53:21,481 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 20:53:21,481 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa778969208) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:53:21,485 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:53:21,488 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,489 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 20:53:21,492 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:21,492 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 20:53:21,496 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,496 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 20:53:21,499 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,499 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 20:53:21,502 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:53:21,502 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:53:21,503 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/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,533 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:21,533 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:21,533 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:53:21,534 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:53:21,538 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 ; label: None ; device: /dev/sdh ; serial: 3600140567ed1e2fd3374c129eda0cfd6 ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; 2024-03-01 20:53:21,538 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 20:53:21,542 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:53:21,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:53:21,556 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:21,559 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:53:21,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,566 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/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,598 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:21,598 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj. WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:53:21,598 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:53:21,599 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:21,599 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:21,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492', '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': 'wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj', 'ID_FS_UUID_ENC': 'wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:53:21,604 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:53:21,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,617 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:53:21,618 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:53:21,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 20:53:21,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 20:53:21,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:53:21,625 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:53:21,625 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:53:21,628 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:53:21,629 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:53:21,629 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 20:53:21,629 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa778969b00) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:53:21,633 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:53:21,637 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,637 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 20:53:21,640 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:21,640 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 20:53:21,644 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,644 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 20:53:21,647 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,648 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 20:53:21,651 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:53:21,651 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:53:21,651 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/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,682 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:21,683 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). 2024-03-01 20:53:21,683 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:53:21,683 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:53:21,688 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj ; label: None ; device: /dev/sdi ; serial: 3600140554abcf0e3e3c4ea796a593492 ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 20:53:21,688 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 20:53:21,691 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:53:21,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:53:21,705 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:21,708 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:53:21,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,715 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/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,748 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:21,749 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9. WARNING: VG test_vg3 is missing PV mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 (last written to /dev/sdj). 2024-03-01 20:53:21,749 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:53:21,749 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:21,749 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:21,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/lvm-pv-uuid-mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4', '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': 'mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9', 'ID_FS_UUID_ENC': 'mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:53:21,754 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:53:21,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,767 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:53:21,767 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:53:21,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:53:21,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 20:53:21,771 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:53:21,775 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:53:21,775 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:53:21,778 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:53:21,779 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:53:21,779 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 20:53:21,779 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa77896ea58) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:53:21,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:53:21,786 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,786 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 20:53:21,790 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:21,790 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 20:53:21,793 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,794 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:53:21,797 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:21,797 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 20:53:21,800 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:53:21,800 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:53:21,801 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/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,832 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=hqyceU-8n0i-mbFc-dVty-VqEQ-D19Y-EYJTpr LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=MFPlf5-FeZ7-wgjY-oyBw-azfk-bcNJ-SFU9hi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=KpKhYG-jhHU-znOq-wXpu-VSFM-a5LE-ixbdre LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX LVM2_VG_SIZE=3196059648 LVM2_VG_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=oJ9gzJ-C1Xg-4QZS-GUKe-hyVB-do99-z7bRgX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=r8Sm1h-pliX-OOO5-dVUO-vizl-uYem-gdXEg1 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zUPeXt-1xsW-fuIw-GK4i-wMha-AKlW-XHigUg LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA LVM2_VG_SIZE=3196059648 LVM2_VG_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=zx9HpF-vPwR-EDFu-VGwA-4ttx-ybS1-68aEFl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=dojoi8-a3Jl-IpTj-f4Yh-NLPB-ddGs-W23Qq0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=wIBIeV-9A4K-45mZ-mfDv-83VC-iYDv-QkXCsj LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn 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=mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:53:21,832 INFO program/MainThread: stderr[61]: 2024-03-01 20:53:21,832 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:53:21,833 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:53:21,837 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mVBTyA-FXLL-zREc-iUc3-wdBl-WOyc-kLRBF9 ; label: None ; device: /dev/sdj ; serial: 360014050ff62c316c494b62bfa36e8f4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:21,838 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 20:53:21,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:53:21,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:53:21,855 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:21,858 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:53:21,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn ; incomplete: True ; hidden: False ; 2024-03-01 20:53:21,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:21,865 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/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:21,898 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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=xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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=MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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=V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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=h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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=1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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=PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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=CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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=aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:53:21,898 INFO program/MainThread: stderr[62]: 2024-03-01 20:53:21,898 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:53:21,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:21,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:21,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 20:53:21,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:21,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:53:21,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:21,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:21,926 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:21,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:21,931 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:53:21,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 20:53:21,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:53:21,938 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:21,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 20:53:21,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:21,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:21,945 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:21,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:21,949 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:53:21,950 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 20:53:21,950 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 20:53:21,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:21,953 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:21,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:53:21,957 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:53:21,961 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '903181319'} ; 2024-03-01 20:53:21,961 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:21,961 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:21,965 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:53:21,966 INFO program/MainThread: stderr[63]: 2024-03-01 20:53:21,966 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:53:21,966 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:21,969 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:53:21,969 INFO program/MainThread: stderr[64]: 2024-03-01 20:53:21,969 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:53:21,969 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:21,972 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:53:21,972 INFO program/MainThread: stderr[65]: 2024-03-01 20:53:21,972 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:53:21,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:21,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 20:53:21,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:21,985 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:21,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:21,986 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:53:21,982 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:21,987 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:21,990 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:53:21,990 INFO program/MainThread: stderr[66]: 2024-03-01 20:53:21,990 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:53:21,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:21,999 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:21,999 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 20:53:22,003 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,003 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 20:53:22,007 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,007 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 20:53:22,011 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,011 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 20:53:22,011 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:53:22,015 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,015 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 20:53:22,018 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:53:22,019 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,026 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 20:53:22,026 INFO program/MainThread: Running [67] lvm lvs --noheadings -o origin test_vg3/lv5_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:22,060 INFO program/MainThread: stdout[67]: lv5 2024-03-01 20:53:22,060 INFO program/MainThread: stderr[67]: 2024-03-01 20:53:22,061 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:53:22,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:22,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:22,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 20:53:22,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:53:22,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 20:53:22,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:22,095 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:53:22,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:53:22,099 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 20:53:22,103 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 20:53:22,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:53:22,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 20:53:22,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:22,115 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:53:22,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:53:22,119 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,119 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 20:53:22,119 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 20:53:22,122 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:22,123 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:53:22,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:53:22,127 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,130 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-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL ' '/dev/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912603041'} ; 2024-03-01 20:53:22,131 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:53:22,131 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:22,135 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:53:22,135 INFO program/MainThread: stderr[68]: 2024-03-01 20:53:22,135 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:53:22,135 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:22,139 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:53:22,139 INFO program/MainThread: stderr[69]: 2024-03-01 20:53:22,139 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:53:22,139 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:22,142 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:53:22,142 INFO program/MainThread: stderr[70]: 2024-03-01 20:53:22,143 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:53:22,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 20:53:22,155 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,156 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:22,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,157 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:22,152 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa77896e160) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:22,158 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:22,162 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:53:22,162 INFO program/MainThread: stderr[71]: 2024-03-01 20:53:22,162 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:53:22,167 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:53:22,171 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:22,171 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 20:53:22,175 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,175 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 20:53:22,178 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 20:53:22,183 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,183 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 20:53:22,183 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 20:53:22,186 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,187 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 20:53:22,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:22,190 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 20:53:22,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:22,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 20:53:22,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:22,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:22,216 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:22,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:22,220 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 20:53:22,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:53:22,228 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:22,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:53:22,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:22,235 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:22,235 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:22,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:22,240 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,240 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 20:53:22,240 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 20:53:22,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:22,243 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:22,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:53:22,247 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,251 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/dev/disk/by-id/dm-name-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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902862682'} ; 2024-03-01 20:53:22,251 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:22,251 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:22,255 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:53:22,255 INFO program/MainThread: stderr[72]: 2024-03-01 20:53:22,256 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:53:22,256 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:22,259 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:53:22,259 INFO program/MainThread: stderr[73]: 2024-03-01 20:53:22,259 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:53:22,259 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:22,262 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:53:22,263 INFO program/MainThread: stderr[74]: 2024-03-01 20:53:22,263 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:53:22,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 20:53:22,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,277 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:53:22,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,278 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:53:22,272 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.01 GiB free extents = 771 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:22,279 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:22,282 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:53:22,282 INFO program/MainThread: stderr[75]: 2024-03-01 20:53:22,282 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:53:22,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:22,291 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:22,291 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 20:53:22,294 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,294 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 20:53:22,298 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,298 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 20:53:22,302 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,302 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 20:53:22,302 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:53:22,306 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,306 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 20:53:22,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:53:22,309 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,317 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 20:53:22,317 INFO program/MainThread: Running [76] lvm lvs --noheadings -o origin test_vg3/lv6_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:22,345 INFO program/MainThread: stdout[76]: lv6 2024-03-01 20:53:22,345 INFO program/MainThread: stderr[76]: 2024-03-01 20:53:22,346 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:53:22,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:22,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:22,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 20:53:22,372 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:53:22,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 20:53:22,376 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:22,380 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:53:22,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:53:22,385 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 20:53:22,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 20:53:22,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:53:22,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:53:22,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:22,400 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:53:22,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:53:22,404 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,404 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 20:53:22,404 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 20:53:22,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:22,408 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:53:22,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:53:22,412 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,416 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/dev/test_vg3/lv6_snapset1 /dev/mapper/test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-name-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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912943197'} ; 2024-03-01 20:53:22,416 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:53:22,416 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:22,420 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:53:22,420 INFO program/MainThread: stderr[77]: 2024-03-01 20:53:22,420 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:53:22,420 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:22,423 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:53:22,423 INFO program/MainThread: stderr[78]: 2024-03-01 20:53:22,424 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:53:22,424 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:22,427 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:53:22,427 INFO program/MainThread: stderr[79]: 2024-03-01 20:53:22,427 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:53:22,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 20:53:22,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,441 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:22,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,442 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:22,436 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778974b00) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:22,443 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:22,447 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:53:22,447 INFO program/MainThread: stderr[80]: 2024-03-01 20:53:22,447 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:53:22,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:53:22,455 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:22,455 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 20:53:22,459 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,459 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 20:53:22,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 20:53:22,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 20:53:22,467 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 20:53:22,470 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,471 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 20:53:22,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:22,474 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 20:53:22,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:53:22,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:53:22,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:22,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:22,500 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:22,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:22,504 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 20:53:22,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 20:53:22,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:53:22,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:53:22,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:22,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:22,519 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:22,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:22,523 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,524 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:53:22,524 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 20:53:22,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:22,527 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:22,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:53:22,531 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,535 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/3a863162-a617-40f3-a1f4-3bdf18867246 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I ' '/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902539649'} ; 2024-03-01 20:53:22,535 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:22,535 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:22,539 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:53:22,539 INFO program/MainThread: stderr[81]: 2024-03-01 20:53:22,539 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:53:22,539 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:22,542 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:53:22,543 INFO program/MainThread: stderr[82]: 2024-03-01 20:53:22,543 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:53:22,543 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:22,546 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:53:22,546 INFO program/MainThread: stderr[83]: 2024-03-01 20:53:22,546 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:53:22,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 20:53:22,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,561 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:53:22,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,562 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:53:22,556 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.45 GiB free extents = 628 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:22,563 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:22,567 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:53:22,567 INFO program/MainThread: stderr[84]: 2024-03-01 20:53:22,567 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:53:22,571 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:22,575 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:22,575 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 20:53:22,579 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,579 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 20:53:22,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 20:53:22,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 20:53:22,587 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:53:22,591 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,591 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 20:53:22,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:53:22,594 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,602 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 20:53:22,602 INFO program/MainThread: Running [85] lvm lvs --noheadings -o origin test_vg3/lv7_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:22,629 INFO program/MainThread: stdout[85]: lv7 2024-03-01 20:53:22,629 INFO program/MainThread: stderr[85]: 2024-03-01 20:53:22,629 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:53:22,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:22,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:22,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 20:53:22,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:53:22,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:53:22,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:22,665 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:53:22,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:53:22,670 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 20:53:22,674 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 20:53:22,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:53:22,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 20:53:22,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:22,685 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:53:22,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:53:22,689 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,689 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 20:53:22,690 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 20:53:22,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:22,693 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:53:22,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:53:22,697 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,701 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c ' '/dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913254390'} ; 2024-03-01 20:53:22,701 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:53:22,701 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:22,705 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:53:22,706 INFO program/MainThread: stderr[86]: 2024-03-01 20:53:22,706 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:53:22,706 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:22,709 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:53:22,709 INFO program/MainThread: stderr[87]: 2024-03-01 20:53:22,709 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:53:22,709 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:22,712 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:53:22,712 INFO program/MainThread: stderr[88]: 2024-03-01 20:53:22,713 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:53:22,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 20:53:22,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,728 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:22,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,729 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:22,722 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778916d30) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:22,730 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:22,734 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:53:22,734 INFO program/MainThread: stderr[89]: 2024-03-01 20:53:22,734 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:53:22,738 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:53:22,742 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:22,742 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 20:53:22,746 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,746 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 20:53:22,750 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,750 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 20:53:22,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,754 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 20:53:22,754 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 20:53:22,758 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,758 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 20:53:22,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:22,762 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 20:53:22,780 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:53:22,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 20:53:22,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:22,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:22,788 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:22,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:22,792 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 20:53:22,796 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 20:53:22,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:53:22,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 20:53:22,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:22,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:22,807 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:22,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:22,811 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,812 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:53:22,812 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 20:53:22,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:22,815 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:22,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:53:22,819 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:22,823 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-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9 ' '/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902197102'} ; 2024-03-01 20:53:22,823 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:22,823 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:22,827 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:53:22,827 INFO program/MainThread: stderr[90]: 2024-03-01 20:53:22,828 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:53:22,828 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:22,831 INFO program/MainThread: stdout[91]: LVM 2024-03-01 20:53:22,831 INFO program/MainThread: stderr[91]: 2024-03-01 20:53:22,831 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:53:22,831 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:22,834 INFO program/MainThread: stdout[92]: LVM 2024-03-01 20:53:22,834 INFO program/MainThread: stderr[92]: 2024-03-01 20:53:22,834 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:53:22,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 20:53:22,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,849 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:53:22,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:22,851 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:53:22,844 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.89 GiB free extents = 485 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:22,853 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:22,856 INFO program/MainThread: stdout[93]: LVM 2024-03-01 20:53:22,856 INFO program/MainThread: stderr[93]: 2024-03-01 20:53:22,856 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:53:22,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:22,864 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:22,865 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 20:53:22,868 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:22,868 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 20:53:22,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,872 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 20:53:22,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:22,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 20:53:22,876 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:53:22,880 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:22,880 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 20:53:22,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:53:22,883 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:22,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:22,891 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 20:53:22,891 INFO program/MainThread: Running [94] lvm lvs --noheadings -o origin test_vg3/lv8_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:22,919 INFO program/MainThread: stdout[94]: lv8 2024-03-01 20:53:22,919 INFO program/MainThread: stderr[94]: 2024-03-01 20:53:22,919 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:53:22,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:22,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:22,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST ; incomplete: False ; hidden: False ; 2024-03-01 20:53:22,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:22,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 20:53:22,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:53:22,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 20:53:22,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:22,955 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:53:22,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:53:22,959 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 20:53:22,963 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 20:53:22,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:53:22,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 20:53:22,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:53:22,975 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:22,975 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:53:22,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:53:22,979 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,979 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 20:53:22,979 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 20:53:22,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:22,983 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:53:22,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:53:22,987 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:53:22,991 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/test_vg3/lv8_snapset1 /dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913564175'} ; 2024-03-01 20:53:22,991 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:53:22,991 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:22,995 INFO program/MainThread: stdout[95]: LVM 2024-03-01 20:53:22,995 INFO program/MainThread: stderr[95]: 2024-03-01 20:53:22,995 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:53:22,995 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:22,998 INFO program/MainThread: stdout[96]: LVM 2024-03-01 20:53:22,999 INFO program/MainThread: stderr[96]: 2024-03-01 20:53:22,999 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:53:22,999 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:23,002 INFO program/MainThread: stdout[97]: LVM 2024-03-01 20:53:23,002 INFO program/MainThread: stderr[97]: 2024-03-01 20:53:23,002 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:53:23,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:23,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 20:53:23,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:23,018 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:23,018 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:23,020 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:23,012 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778979b70) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:23,021 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:23,024 INFO program/MainThread: stdout[98]: LVM 2024-03-01 20:53:23,025 INFO program/MainThread: stderr[98]: 2024-03-01 20:53:23,025 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:53:23,029 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:53:23,033 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:23,033 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 20:53:23,037 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:23,037 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 20:53:23,041 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:23,041 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 20:53:23,045 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:23,045 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 20:53:23,045 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 20:53:23,048 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:23,049 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 20:53:23,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:53:23,052 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:23,053 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:23,056 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': '26377255'} ; 2024-03-01 20:53:23,056 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:53:23,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:23,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:23,069 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:53:23,069 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:53:23,070 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:53:23,070 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:53:23,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 20:53:23,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 20:53:23,073 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:53:23,077 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:53:23,077 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:53:23,080 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:53:23,081 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:53:23,081 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 20:53:23,081 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa77891ce48) -- name = xvda status = True id = 332 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:53:23,085 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:53:23,088 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:23,088 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 20:53:23,092 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:23,092 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 20:53:23,095 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:23,095 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 20:53:23,099 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:23,099 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 20:53:23,102 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:53:23,105 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:23,109 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:53:23,113 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 0x7fa7789c3448> 2024-03-01 20:53:26,327 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 20:53:26,332 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:53:26,332 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:53:26,336 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': '26381827'} ; 2024-03-01 20:53:26,337 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:53:26,337 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:53:26,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,350 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:53:26,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,357 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:26,370 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:26,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 20:53:26,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 20:53:26,407 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:53:26,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 20:53:26,411 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:53:26,414 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:53:26,414 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:53:26,418 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:26,418 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:26,419 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:53:26,422 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:53:26,426 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:53:26,429 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:53:26,432 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:53:26,436 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:26,436 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:26,436 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 20:53:26,437 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:53:26,436 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa77891c080) -- 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 0x7fa778923e08> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:53:26,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:53:26,444 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:26,444 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 20:53:26,448 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:26,448 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 20:53:26,452 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,452 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 20:53:26,455 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:26,455 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 20:53:26,455 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:53:26,459 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:26,459 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 20:53:26,462 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:53:26,462 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:26,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9 ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902197102'} ; 2024-03-01 20:53:26,466 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:26,466 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:26,470 INFO program/MainThread: stdout[99]: LVM 2024-03-01 20:53:26,471 INFO program/MainThread: stderr[99]: 2024-03-01 20:53:26,471 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:53:26,471 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:26,474 INFO program/MainThread: stdout[100]: LVM 2024-03-01 20:53:26,474 INFO program/MainThread: stderr[100]: 2024-03-01 20:53:26,474 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:53:26,474 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:26,477 INFO program/MainThread: stdout[101]: LVM 2024-03-01 20:53:26,478 INFO program/MainThread: stderr[101]: 2024-03-01 20:53:26,478 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:53:26,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:26,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,493 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,495 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,487 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:26,496 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:26,500 INFO program/MainThread: stdout[102]: LVM 2024-03-01 20:53:26,500 INFO program/MainThread: stderr[102]: 2024-03-01 20:53:26,500 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:53:26,505 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:26,505 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:53:26,508 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902539649'} ; 2024-03-01 20:53:26,508 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:26,508 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,512 INFO program/MainThread: stdout[103]: LVM 2024-03-01 20:53:26,512 INFO program/MainThread: stderr[103]: 2024-03-01 20:53:26,512 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:53:26,512 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,515 INFO program/MainThread: stdout[104]: LVM 2024-03-01 20:53:26,516 INFO program/MainThread: stderr[104]: 2024-03-01 20:53:26,516 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:53:26,516 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,519 INFO program/MainThread: stdout[105]: LVM 2024-03-01 20:53:26,519 INFO program/MainThread: stderr[105]: 2024-03-01 20:53:26,519 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:53:26,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:26,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,535 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,537 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,529 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:26,538 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:26,542 INFO program/MainThread: stdout[106]: LVM 2024-03-01 20:53:26,542 INFO program/MainThread: stderr[106]: 2024-03-01 20:53:26,542 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:53:26,547 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:26,547 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:53:26,550 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL ' '/dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/disk/by-id/dm-name-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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912603041'} ; 2024-03-01 20:53:26,550 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:53:26,551 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:26,554 INFO program/MainThread: stdout[107]: LVM 2024-03-01 20:53:26,554 INFO program/MainThread: stderr[107]: 2024-03-01 20:53:26,554 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:53:26,554 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:26,557 INFO program/MainThread: stdout[108]: LVM 2024-03-01 20:53:26,558 INFO program/MainThread: stderr[108]: 2024-03-01 20:53:26,558 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:53:26,558 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:26,561 INFO program/MainThread: stdout[109]: LVM 2024-03-01 20:53:26,561 INFO program/MainThread: stderr[109]: 2024-03-01 20:53:26,561 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:53:26,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs filesystem 2024-03-01 20:53:26,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,576 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,579 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,571 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa77896e160) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = ztz33G-OwJq-ccLM-wrpk-ThVC-Tp9n-3Co2dL 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:26,580 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:53:26,583 INFO program/MainThread: stdout[110]: LVM 2024-03-01 20:53:26,583 INFO program/MainThread: stderr[110]: 2024-03-01 20:53:26,583 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:53:26,588 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:53:26,588 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 20:53:26,591 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6-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': '912913860'} ; 2024-03-01 20:53:26,591 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 20:53:26,592 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:26,595 INFO program/MainThread: stdout[111]: LVM 2024-03-01 20:53:26,595 INFO program/MainThread: stderr[111]: 2024-03-01 20:53:26,595 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:53:26,595 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:26,598 INFO program/MainThread: stdout[112]: LVM 2024-03-01 20:53:26,599 INFO program/MainThread: stderr[112]: 2024-03-01 20:53:26,599 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:53:26,599 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:26,602 INFO program/MainThread: stdout[113]: LVM 2024-03-01 20:53:26,602 INFO program/MainThread: stderr[113]: 2024-03-01 20:53:26,602 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:53:26,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,614 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:26,617 INFO program/MainThread: stdout[114]: LVM 2024-03-01 20:53:26,617 INFO program/MainThread: stderr[114]: 2024-03-01 20:53:26,617 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:53:26,617 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:26,621 INFO program/MainThread: stdout[115]: LVM 2024-03-01 20:53:26,621 INFO program/MainThread: stderr[115]: 2024-03-01 20:53:26,621 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:53:26,621 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:53:26,624 INFO program/MainThread: stdout[116]: LVM 2024-03-01 20:53:26,624 INFO program/MainThread: stderr[116]: 2024-03-01 20:53:26,624 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:53:26,628 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 20:53:26,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:26,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:26,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,659 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 20:53:26,662 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq-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': '912926502'} ; 2024-03-01 20:53:26,662 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 20:53:26,663 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:26,667 INFO program/MainThread: stdout[117]: LVM 2024-03-01 20:53:26,667 INFO program/MainThread: stderr[117]: 2024-03-01 20:53:26,667 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:53:26,667 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:26,670 INFO program/MainThread: stdout[118]: LVM 2024-03-01 20:53:26,670 INFO program/MainThread: stderr[118]: 2024-03-01 20:53:26,670 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:53:26,671 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:26,674 INFO program/MainThread: stdout[119]: LVM 2024-03-01 20:53:26,674 INFO program/MainThread: stderr[119]: 2024-03-01 20:53:26,674 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:53:26,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,685 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:26,688 INFO program/MainThread: stdout[120]: LVM 2024-03-01 20:53:26,688 INFO program/MainThread: stderr[120]: 2024-03-01 20:53:26,688 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:53:26,688 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:26,692 INFO program/MainThread: stdout[121]: LVM 2024-03-01 20:53:26,692 INFO program/MainThread: stderr[121]: 2024-03-01 20:53:26,692 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:53:26,692 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:53:26,695 INFO program/MainThread: stdout[122]: LVM 2024-03-01 20:53:26,695 INFO program/MainThread: stderr[122]: 2024-03-01 20:53:26,695 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:53:26,699 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 20:53:26,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:26,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:26,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:26,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,737 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 20:53:26,740 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/mapper/test_vg3-lv6_snapset1 /dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mncM8QdZA0DLzSmFIxIQHbs3mcNUFmeDUq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '912943197'} ; 2024-03-01 20:53:26,740 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:53:26,740 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:26,744 INFO program/MainThread: stdout[123]: LVM 2024-03-01 20:53:26,745 INFO program/MainThread: stderr[123]: 2024-03-01 20:53:26,745 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:53:26,745 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:26,748 INFO program/MainThread: stdout[124]: LVM 2024-03-01 20:53:26,748 INFO program/MainThread: stderr[124]: 2024-03-01 20:53:26,748 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:53:26,748 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:26,751 INFO program/MainThread: stdout[125]: LVM 2024-03-01 20:53:26,752 INFO program/MainThread: stderr[125]: 2024-03-01 20:53:26,752 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:53:26,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs filesystem 2024-03-01 20:53:26,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,767 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,769 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,761 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778974b00) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = cM8QdZ-A0DL-zSmF-IxIQ-Hbs3-mcNU-FmeDUq 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:26,771 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:53:26,774 INFO program/MainThread: stdout[126]: LVM 2024-03-01 20:53:26,775 INFO program/MainThread: stderr[126]: 2024-03-01 20:53:26,775 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:53:26,779 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:53:26,779 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 20:53:26,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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnPBG7CEBGetud1WeEWe2lu0eQloWpfY2I-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': '913231886'} ; 2024-03-01 20:53:26,783 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 20:53:26,783 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:26,787 INFO program/MainThread: stdout[127]: LVM 2024-03-01 20:53:26,787 INFO program/MainThread: stderr[127]: 2024-03-01 20:53:26,787 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 20:53:26,787 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:26,790 INFO program/MainThread: stdout[128]: LVM 2024-03-01 20:53:26,790 INFO program/MainThread: stderr[128]: 2024-03-01 20:53:26,791 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 20:53:26,791 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:26,794 INFO program/MainThread: stdout[129]: LVM 2024-03-01 20:53:26,794 INFO program/MainThread: stderr[129]: 2024-03-01 20:53:26,794 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 20:53:26,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,805 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:26,808 INFO program/MainThread: stdout[130]: LVM 2024-03-01 20:53:26,808 INFO program/MainThread: stderr[130]: 2024-03-01 20:53:26,808 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 20:53:26,808 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:26,812 INFO program/MainThread: stdout[131]: LVM 2024-03-01 20:53:26,812 INFO program/MainThread: stderr[131]: 2024-03-01 20:53:26,812 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 20:53:26,812 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:53:26,815 INFO program/MainThread: stdout[132]: LVM 2024-03-01 20:53:26,815 INFO program/MainThread: stderr[132]: 2024-03-01 20:53:26,815 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 20:53:26,820 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 20:53:26,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:26,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:26,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,849 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 20:53:26,853 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c-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': '913248989'} ; 2024-03-01 20:53:26,853 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 20:53:26,853 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:26,857 INFO program/MainThread: stdout[133]: LVM 2024-03-01 20:53:26,857 INFO program/MainThread: stderr[133]: 2024-03-01 20:53:26,857 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 20:53:26,857 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:26,860 INFO program/MainThread: stdout[134]: LVM 2024-03-01 20:53:26,861 INFO program/MainThread: stderr[134]: 2024-03-01 20:53:26,861 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 20:53:26,861 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:26,864 INFO program/MainThread: stdout[135]: LVM 2024-03-01 20:53:26,864 INFO program/MainThread: stderr[135]: 2024-03-01 20:53:26,864 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 20:53:26,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,875 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:26,879 INFO program/MainThread: stdout[136]: LVM 2024-03-01 20:53:26,879 INFO program/MainThread: stderr[136]: 2024-03-01 20:53:26,879 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 20:53:26,879 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:26,882 INFO program/MainThread: stdout[137]: LVM 2024-03-01 20:53:26,882 INFO program/MainThread: stderr[137]: 2024-03-01 20:53:26,882 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 20:53:26,882 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:53:26,886 INFO program/MainThread: stdout[138]: LVM 2024-03-01 20:53:26,886 INFO program/MainThread: stderr[138]: 2024-03-01 20:53:26,886 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 20:53:26,890 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 20:53:26,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:26,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:26,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:26,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:26,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,927 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 20:53:26,931 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/3a863162-a617-40f3-a1f4-3bdf18867246 ' '/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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnjkjkp0Paw1JLSAEo30gZXhmMEdJ07O8c', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a863162-a617-40f3-a1f4-3bdf18867246', 'ID_FS_UUID_ENC': '3a863162-a617-40f3-a1f4-3bdf18867246', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913254390'} ; 2024-03-01 20:53:26,931 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:53:26,931 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:26,935 INFO program/MainThread: stdout[139]: LVM 2024-03-01 20:53:26,935 INFO program/MainThread: stderr[139]: 2024-03-01 20:53:26,935 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 20:53:26,935 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:26,938 INFO program/MainThread: stdout[140]: LVM 2024-03-01 20:53:26,939 INFO program/MainThread: stderr[140]: 2024-03-01 20:53:26,939 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 20:53:26,939 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:26,942 INFO program/MainThread: stdout[141]: LVM 2024-03-01 20:53:26,942 INFO program/MainThread: stderr[141]: 2024-03-01 20:53:26,942 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 20:53:26,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs filesystem 2024-03-01 20:53:26,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,958 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:26,960 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:26,952 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778916d30) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = jkjkp0-Paw1-JLSA-Eo30-gZXh-mMEd-J07O8c 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:26,961 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:53:26,965 INFO program/MainThread: stdout[142]: LVM 2024-03-01 20:53:26,965 INFO program/MainThread: stderr[142]: 2024-03-01 20:53:26,965 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 20:53:26,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:53:26,969 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 20:53:26,973 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnCoXYDnH2edG9JjdQcG6tvqhmKVvEiWp9-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': '913550381'} ; 2024-03-01 20:53:26,973 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 20:53:26,973 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:26,977 INFO program/MainThread: stdout[143]: LVM 2024-03-01 20:53:26,977 INFO program/MainThread: stderr[143]: 2024-03-01 20:53:26,977 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 20:53:26,977 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:26,980 INFO program/MainThread: stdout[144]: LVM 2024-03-01 20:53:26,980 INFO program/MainThread: stderr[144]: 2024-03-01 20:53:26,980 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 20:53:26,980 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:26,984 INFO program/MainThread: stdout[145]: LVM 2024-03-01 20:53:26,984 INFO program/MainThread: stderr[145]: 2024-03-01 20:53:26,984 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 20:53:26,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:26,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:26,995 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:26,998 INFO program/MainThread: stdout[146]: LVM 2024-03-01 20:53:26,998 INFO program/MainThread: stderr[146]: 2024-03-01 20:53:26,998 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 20:53:26,999 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:27,002 INFO program/MainThread: stdout[147]: LVM 2024-03-01 20:53:27,002 INFO program/MainThread: stderr[147]: 2024-03-01 20:53:27,002 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 20:53:27,002 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:53:27,005 INFO program/MainThread: stdout[148]: LVM 2024-03-01 20:53:27,005 INFO program/MainThread: stderr[148]: 2024-03-01 20:53:27,006 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 20:53:27,010 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 20:53:27,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:27,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:27,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:27,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,040 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 20:53:27,043 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST-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': '913557046'} ; 2024-03-01 20:53:27,043 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 20:53:27,044 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:27,048 INFO program/MainThread: stdout[149]: LVM 2024-03-01 20:53:27,048 INFO program/MainThread: stderr[149]: 2024-03-01 20:53:27,048 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 20:53:27,048 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:27,051 INFO program/MainThread: stdout[150]: LVM 2024-03-01 20:53:27,052 INFO program/MainThread: stderr[150]: 2024-03-01 20:53:27,052 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 20:53:27,052 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:27,055 INFO program/MainThread: stdout[151]: LVM 2024-03-01 20:53:27,055 INFO program/MainThread: stderr[151]: 2024-03-01 20:53:27,055 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 20:53:27,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,066 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:27,069 INFO program/MainThread: stdout[152]: LVM 2024-03-01 20:53:27,070 INFO program/MainThread: stderr[152]: 2024-03-01 20:53:27,070 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 20:53:27,070 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:27,073 INFO program/MainThread: stdout[153]: LVM 2024-03-01 20:53:27,073 INFO program/MainThread: stderr[153]: 2024-03-01 20:53:27,073 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 20:53:27,073 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:53:27,076 INFO program/MainThread: stdout[154]: LVM 2024-03-01 20:53:27,077 INFO program/MainThread: stderr[154]: 2024-03-01 20:53:27,077 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 20:53:27,081 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 20:53:27,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:27,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:27,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:27,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:27,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,118 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 20:53:27,121 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST ' '/dev/test_vg3/lv8_snapset1 ' '/dev/disk/by-uuid/57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnaHsnLBynTogMK102G9LEwYURs3ZZEkST', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'ID_FS_UUID_ENC': '57c28edc-a1f4-4e44-9a6f-3b5ad1164b5a', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913564175'} ; 2024-03-01 20:53:27,121 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:53:27,122 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:27,125 INFO program/MainThread: stdout[155]: LVM 2024-03-01 20:53:27,126 INFO program/MainThread: stderr[155]: 2024-03-01 20:53:27,126 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 20:53:27,126 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:27,129 INFO program/MainThread: stdout[156]: LVM 2024-03-01 20:53:27,129 INFO program/MainThread: stderr[156]: 2024-03-01 20:53:27,129 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 20:53:27,129 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:27,132 INFO program/MainThread: stdout[157]: LVM 2024-03-01 20:53:27,133 INFO program/MainThread: stderr[157]: 2024-03-01 20:53:27,133 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 20:53:27,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs filesystem 2024-03-01 20:53:27,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,148 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:27,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,150 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:27,142 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778979b70) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = aHsnLB-ynTo-gMK1-02G9-LEwY-URs3-ZZEkST 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:53:27,151 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:53:27,155 INFO program/MainThread: stdout[158]: LVM 2024-03-01 20:53:27,155 INFO program/MainThread: stderr[158]: 2024-03-01 20:53:27,155 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 20:53:27,159 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:53:27,159 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 20:53:27,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/adc86c10-b69b-4e0d-9acf-884c79ef0ed4 ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mn1yPVByBJxWOKUvT6IC0PjeM8RvALiWA6', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'ID_FS_UUID_ENC': 'adc86c10-b69b-4e0d-9acf-884c79ef0ed4', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '902862682'} ; 2024-03-01 20:53:27,163 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:27,163 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:27,167 INFO program/MainThread: stdout[159]: LVM 2024-03-01 20:53:27,167 INFO program/MainThread: stderr[159]: 2024-03-01 20:53:27,167 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 20:53:27,167 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:27,171 INFO program/MainThread: stdout[160]: LVM 2024-03-01 20:53:27,171 INFO program/MainThread: stderr[160]: 2024-03-01 20:53:27,171 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 20:53:27,171 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:27,174 INFO program/MainThread: stdout[161]: LVM 2024-03-01 20:53:27,174 INFO program/MainThread: stderr[161]: 2024-03-01 20:53:27,174 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 20:53:27,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:27,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,190 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:27,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,192 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:27,184 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:27,193 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:27,196 INFO program/MainThread: stdout[162]: LVM 2024-03-01 20:53:27,197 INFO program/MainThread: stderr[162]: 2024-03-01 20:53:27,197 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 20:53:27,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:27,201 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:53:27,204 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw-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': '913868319'} ; 2024-03-01 20:53:27,204 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 20:53:27,205 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:27,208 INFO program/MainThread: stdout[163]: LVM 2024-03-01 20:53:27,208 INFO program/MainThread: stderr[163]: 2024-03-01 20:53:27,208 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 20:53:27,208 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:27,212 INFO program/MainThread: stdout[164]: LVM 2024-03-01 20:53:27,212 INFO program/MainThread: stderr[164]: 2024-03-01 20:53:27,212 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 20:53:27,212 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:27,215 INFO program/MainThread: stdout[165]: LVM 2024-03-01 20:53:27,215 INFO program/MainThread: stderr[165]: 2024-03-01 20:53:27,215 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 20:53:27,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,226 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:27,229 INFO program/MainThread: stdout[166]: LVM 2024-03-01 20:53:27,230 INFO program/MainThread: stderr[166]: 2024-03-01 20:53:27,230 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 20:53:27,230 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:27,233 INFO program/MainThread: stdout[167]: LVM 2024-03-01 20:53:27,233 INFO program/MainThread: stderr[167]: 2024-03-01 20:53:27,233 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 20:53:27,233 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:53:27,236 INFO program/MainThread: stdout[168]: LVM 2024-03-01 20:53:27,237 INFO program/MainThread: stderr[168]: 2024-03-01 20:53:27,237 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 20:53:27,241 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 20:53:27,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:27,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,269 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 20:53:27,273 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C-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': '913876160'} ; 2024-03-01 20:53:27,273 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 20:53:27,273 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:27,277 INFO program/MainThread: stdout[169]: LVM 2024-03-01 20:53:27,277 INFO program/MainThread: stderr[169]: 2024-03-01 20:53:27,277 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 20:53:27,277 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:27,280 INFO program/MainThread: stdout[170]: LVM 2024-03-01 20:53:27,280 INFO program/MainThread: stderr[170]: 2024-03-01 20:53:27,281 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 20:53:27,281 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:27,284 INFO program/MainThread: stdout[171]: LVM 2024-03-01 20:53:27,284 INFO program/MainThread: stderr[171]: 2024-03-01 20:53:27,284 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 20:53:27,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,295 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:27,298 INFO program/MainThread: stdout[172]: LVM 2024-03-01 20:53:27,298 INFO program/MainThread: stderr[172]: 2024-03-01 20:53:27,298 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 20:53:27,298 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:27,302 INFO program/MainThread: stdout[173]: LVM 2024-03-01 20:53:27,302 INFO program/MainThread: stderr[173]: 2024-03-01 20:53:27,302 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 20:53:27,302 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:53:27,305 INFO program/MainThread: stdout[174]: LVM 2024-03-01 20:53:27,305 INFO program/MainThread: stderr[174]: 2024-03-01 20:53:27,305 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 20:53:27,309 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 20:53:27,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:27,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,338 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 20:53:27,341 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/dev/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAJKLF9ewskiS2qi2T6lGgYEWlWHHgks1C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '913879758'} ; 2024-03-01 20:53:27,342 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:53:27,342 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:27,346 INFO program/MainThread: stdout[175]: LVM 2024-03-01 20:53:27,346 INFO program/MainThread: stderr[175]: 2024-03-01 20:53:27,346 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 20:53:27,346 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:27,349 INFO program/MainThread: stdout[176]: LVM 2024-03-01 20:53:27,349 INFO program/MainThread: stderr[176]: 2024-03-01 20:53:27,350 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 20:53:27,350 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:27,353 INFO program/MainThread: stdout[177]: LVM 2024-03-01 20:53:27,353 INFO program/MainThread: stderr[177]: 2024-03-01 20:53:27,353 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 20:53:27,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs filesystem 2024-03-01 20:53:27,365 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:27,366 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:27,367 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:27,368 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:27,362 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa779da9978) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = JKLF9e-wski-S2qi-2T6l-GgYE-WlWH-Hgks1C 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:27,369 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:53:27,372 INFO program/MainThread: stdout[178]: LVM 2024-03-01 20:53:27,372 INFO program/MainThread: stderr[178]: 2024-03-01 20:53:27,372 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 20:53:27,376 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:53:27,376 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 20:53:27,380 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt-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': '914167334'} ; 2024-03-01 20:53:27,380 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 20:53:27,380 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:27,384 INFO program/MainThread: stdout[179]: LVM 2024-03-01 20:53:27,384 INFO program/MainThread: stderr[179]: 2024-03-01 20:53:27,384 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 20:53:27,384 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:27,387 INFO program/MainThread: stdout[180]: LVM 2024-03-01 20:53:27,387 INFO program/MainThread: stderr[180]: 2024-03-01 20:53:27,387 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 20:53:27,387 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:27,391 INFO program/MainThread: stdout[181]: LVM 2024-03-01 20:53:27,391 INFO program/MainThread: stderr[181]: 2024-03-01 20:53:27,391 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 20:53:27,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,402 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:27,405 INFO program/MainThread: stdout[182]: LVM 2024-03-01 20:53:27,405 INFO program/MainThread: stderr[182]: 2024-03-01 20:53:27,405 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 20:53:27,405 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:27,408 INFO program/MainThread: stdout[183]: LVM 2024-03-01 20:53:27,409 INFO program/MainThread: stderr[183]: 2024-03-01 20:53:27,409 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 20:53:27,409 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:53:27,412 INFO program/MainThread: stdout[184]: LVM 2024-03-01 20:53:27,412 INFO program/MainThread: stderr[184]: 2024-03-01 20:53:27,412 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 20:53:27,416 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 20:53:27,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:27,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,446 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 20:53:27,449 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg-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': '914172945'} ; 2024-03-01 20:53:27,449 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 20:53:27,449 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:27,453 INFO program/MainThread: stdout[185]: LVM 2024-03-01 20:53:27,453 INFO program/MainThread: stderr[185]: 2024-03-01 20:53:27,454 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 20:53:27,454 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:27,457 INFO program/MainThread: stdout[186]: LVM 2024-03-01 20:53:27,457 INFO program/MainThread: stderr[186]: 2024-03-01 20:53:27,457 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 20:53:27,457 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:27,460 INFO program/MainThread: stdout[187]: LVM 2024-03-01 20:53:27,461 INFO program/MainThread: stderr[187]: 2024-03-01 20:53:27,461 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 20:53:27,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,471 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:27,475 INFO program/MainThread: stdout[188]: LVM 2024-03-01 20:53:27,475 INFO program/MainThread: stderr[188]: 2024-03-01 20:53:27,475 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 20:53:27,475 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:27,478 INFO program/MainThread: stdout[189]: LVM 2024-03-01 20:53:27,479 INFO program/MainThread: stderr[189]: 2024-03-01 20:53:27,479 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 20:53:27,479 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:53:27,482 INFO program/MainThread: stdout[190]: LVM 2024-03-01 20:53:27,482 INFO program/MainThread: stderr[190]: 2024-03-01 20:53:27,482 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 20:53:27,486 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 20:53:27,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:27,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:27,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,515 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 20:53:27,518 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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45', '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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAaoHiqUIZAmw7jNQIsmW7R7W9eBkqZFvg', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914184442'} ; 2024-03-01 20:53:27,518 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:53:27,519 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:27,522 INFO program/MainThread: stdout[191]: LVM 2024-03-01 20:53:27,523 INFO program/MainThread: stderr[191]: 2024-03-01 20:53:27,523 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 20:53:27,523 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:27,526 INFO program/MainThread: stdout[192]: LVM 2024-03-01 20:53:27,526 INFO program/MainThread: stderr[192]: 2024-03-01 20:53:27,526 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 20:53:27,526 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:27,529 INFO program/MainThread: stdout[193]: LVM 2024-03-01 20:53:27,530 INFO program/MainThread: stderr[193]: 2024-03-01 20:53:27,530 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 20:53:27,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs filesystem 2024-03-01 20:53:27,542 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:27,543 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:27,544 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:27,545 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:27,539 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778999400) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = aoHiqU-IZAm-w7jN-QIsm-W7R7-W9eB-kqZFvg 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:27,546 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:53:27,549 INFO program/MainThread: stdout[194]: LVM 2024-03-01 20:53:27,549 INFO program/MainThread: stderr[194]: 2024-03-01 20:53:27,549 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 20:53:27,553 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:53:27,553 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 20:53:27,557 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH-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': '914485152'} ; 2024-03-01 20:53:27,557 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 20:53:27,557 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:27,561 INFO program/MainThread: stdout[195]: LVM 2024-03-01 20:53:27,561 INFO program/MainThread: stderr[195]: 2024-03-01 20:53:27,561 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 20:53:27,561 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:27,564 INFO program/MainThread: stdout[196]: LVM 2024-03-01 20:53:27,564 INFO program/MainThread: stderr[196]: 2024-03-01 20:53:27,564 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 20:53:27,564 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:27,568 INFO program/MainThread: stdout[197]: LVM 2024-03-01 20:53:27,568 INFO program/MainThread: stderr[197]: 2024-03-01 20:53:27,568 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 20:53:27,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,579 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:27,582 INFO program/MainThread: stdout[198]: LVM 2024-03-01 20:53:27,582 INFO program/MainThread: stderr[198]: 2024-03-01 20:53:27,582 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 20:53:27,582 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:27,586 INFO program/MainThread: stdout[199]: LVM 2024-03-01 20:53:27,586 INFO program/MainThread: stderr[199]: 2024-03-01 20:53:27,586 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 20:53:27,586 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:53:27,589 INFO program/MainThread: stdout[200]: LVM 2024-03-01 20:53:27,589 INFO program/MainThread: stderr[200]: 2024-03-01 20:53:27,589 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 20:53:27,593 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 20:53:27,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:27,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,622 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 20:53:27,625 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV-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': '914491121'} ; 2024-03-01 20:53:27,625 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 20:53:27,626 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:27,629 INFO program/MainThread: stdout[201]: LVM 2024-03-01 20:53:27,630 INFO program/MainThread: stderr[201]: 2024-03-01 20:53:27,630 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 20:53:27,630 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:27,633 INFO program/MainThread: stdout[202]: LVM 2024-03-01 20:53:27,633 INFO program/MainThread: stderr[202]: 2024-03-01 20:53:27,633 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 20:53:27,633 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:27,637 INFO program/MainThread: stdout[203]: LVM 2024-03-01 20:53:27,637 INFO program/MainThread: stderr[203]: 2024-03-01 20:53:27,637 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 20:53:27,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,648 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:27,651 INFO program/MainThread: stdout[204]: LVM 2024-03-01 20:53:27,651 INFO program/MainThread: stderr[204]: 2024-03-01 20:53:27,651 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 20:53:27,652 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:27,655 INFO program/MainThread: stdout[205]: LVM 2024-03-01 20:53:27,655 INFO program/MainThread: stderr[205]: 2024-03-01 20:53:27,655 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 20:53:27,655 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:53:27,658 INFO program/MainThread: stdout[206]: LVM 2024-03-01 20:53:27,658 INFO program/MainThread: stderr[206]: 2024-03-01 20:53:27,658 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 20:53:27,662 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 20:53:27,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:27,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,690 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 20:53:27,694 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV ' '/dev/disk/by-id/dm-name-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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXPNcEYGC8uw0bHQFnZtDZnRvf1wJQxqJV', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914497477'} ; 2024-03-01 20:53:27,694 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:53:27,694 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:27,698 INFO program/MainThread: stdout[207]: LVM 2024-03-01 20:53:27,698 INFO program/MainThread: stderr[207]: 2024-03-01 20:53:27,698 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 20:53:27,698 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:27,701 INFO program/MainThread: stdout[208]: LVM 2024-03-01 20:53:27,702 INFO program/MainThread: stderr[208]: 2024-03-01 20:53:27,702 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 20:53:27,702 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:27,705 INFO program/MainThread: stdout[209]: LVM 2024-03-01 20:53:27,705 INFO program/MainThread: stderr[209]: 2024-03-01 20:53:27,705 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 20:53:27,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 20:53:27,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:27,718 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:27,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:27,720 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:27,714 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa7789996a0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PNcEYG-C8uw-0bHQ-FnZt-DZnR-vf1w-JQxqJV 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:27,720 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:53:27,724 INFO program/MainThread: stdout[210]: LVM 2024-03-01 20:53:27,724 INFO program/MainThread: stderr[210]: 2024-03-01 20:53:27,724 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 20:53:27,728 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:53:27,728 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 20:53:27,731 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX-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': '914786040'} ; 2024-03-01 20:53:27,732 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 20:53:27,732 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:27,735 INFO program/MainThread: stdout[211]: LVM 2024-03-01 20:53:27,735 INFO program/MainThread: stderr[211]: 2024-03-01 20:53:27,735 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 20:53:27,736 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:27,739 INFO program/MainThread: stdout[212]: LVM 2024-03-01 20:53:27,739 INFO program/MainThread: stderr[212]: 2024-03-01 20:53:27,739 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 20:53:27,739 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:27,742 INFO program/MainThread: stdout[213]: LVM 2024-03-01 20:53:27,742 INFO program/MainThread: stderr[213]: 2024-03-01 20:53:27,742 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 20:53:27,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,753 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:27,756 INFO program/MainThread: stdout[214]: LVM 2024-03-01 20:53:27,756 INFO program/MainThread: stderr[214]: 2024-03-01 20:53:27,756 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 20:53:27,757 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:27,760 INFO program/MainThread: stdout[215]: LVM 2024-03-01 20:53:27,760 INFO program/MainThread: stderr[215]: 2024-03-01 20:53:27,760 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 20:53:27,760 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:53:27,763 INFO program/MainThread: stdout[216]: LVM 2024-03-01 20:53:27,763 INFO program/MainThread: stderr[216]: 2024-03-01 20:53:27,763 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 20:53:27,767 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 20:53:27,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:27,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,795 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 20:53:27,799 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI ' '/dev/disk/by-uuid/25ab5db5-2ea4-4fd6-a811-dd5059981e46 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', '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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'ID_FS_UUID_ENC': '25ab5db5-2ea4-4fd6-a811-dd5059981e46', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '903181319'} ; 2024-03-01 20:53:27,799 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:27,799 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:27,803 INFO program/MainThread: stdout[217]: LVM 2024-03-01 20:53:27,803 INFO program/MainThread: stderr[217]: 2024-03-01 20:53:27,803 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 20:53:27,803 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:27,806 INFO program/MainThread: stdout[218]: LVM 2024-03-01 20:53:27,807 INFO program/MainThread: stderr[218]: 2024-03-01 20:53:27,807 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 20:53:27,807 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:27,810 INFO program/MainThread: stdout[219]: LVM 2024-03-01 20:53:27,810 INFO program/MainThread: stderr[219]: 2024-03-01 20:53:27,810 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 20:53:27,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:27,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,826 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:27,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:27,828 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:27,820 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:27,829 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:27,833 INFO program/MainThread: stdout[220]: LVM 2024-03-01 20:53:27,833 INFO program/MainThread: stderr[220]: 2024-03-01 20:53:27,834 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 20:53:27,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:27,838 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:53:27,841 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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O-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': '914793769'} ; 2024-03-01 20:53:27,842 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 20:53:27,842 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:27,846 INFO program/MainThread: stdout[221]: LVM 2024-03-01 20:53:27,846 INFO program/MainThread: stderr[221]: 2024-03-01 20:53:27,846 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 20:53:27,846 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:27,849 INFO program/MainThread: stdout[222]: LVM 2024-03-01 20:53:27,849 INFO program/MainThread: stderr[222]: 2024-03-01 20:53:27,849 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 20:53:27,850 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:27,853 INFO program/MainThread: stdout[223]: LVM 2024-03-01 20:53:27,853 INFO program/MainThread: stderr[223]: 2024-03-01 20:53:27,853 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 20:53:27,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,864 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:27,868 INFO program/MainThread: stdout[224]: LVM 2024-03-01 20:53:27,868 INFO program/MainThread: stderr[224]: 2024-03-01 20:53:27,868 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 20:53:27,868 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:27,872 INFO program/MainThread: stdout[225]: LVM 2024-03-01 20:53:27,872 INFO program/MainThread: stderr[225]: 2024-03-01 20:53:27,872 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 20:53:27,872 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:53:27,875 INFO program/MainThread: stdout[226]: LVM 2024-03-01 20:53:27,875 INFO program/MainThread: stderr[226]: 2024-03-01 20:53:27,875 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 20:53:27,879 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 20:53:27,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:27,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:27,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:27,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:27,907 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 20:53:27,911 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'DEVLINKS': '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb ' '/dev/mapper/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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXL36KZAH3ZFahK09VKn0IE5RI5Z3uB92O', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '914817359'} ; 2024-03-01 20:53:27,911 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:53:27,911 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:27,915 INFO program/MainThread: stdout[227]: LVM 2024-03-01 20:53:27,916 INFO program/MainThread: stderr[227]: 2024-03-01 20:53:27,916 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 20:53:27,916 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:27,919 INFO program/MainThread: stdout[228]: LVM 2024-03-01 20:53:27,919 INFO program/MainThread: stderr[228]: 2024-03-01 20:53:27,919 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 20:53:27,919 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:27,922 INFO program/MainThread: stdout[229]: LVM 2024-03-01 20:53:27,923 INFO program/MainThread: stderr[229]: 2024-03-01 20:53:27,923 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 20:53:27,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs filesystem 2024-03-01 20:53:27,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:27,936 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:27,937 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:27,938 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:27,932 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778950400) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = L36KZA-H3ZF-ahK0-9VKn-0IE5-RI5Z-3uB92O 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:53:27,938 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:53:27,942 INFO program/MainThread: stdout[230]: LVM 2024-03-01 20:53:27,942 INFO program/MainThread: stderr[230]: 2024-03-01 20:53:27,942 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 20:53:27,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:53:27,946 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 20:53:27,950 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/2ad1271b-87f7-4789-aeef-2948d130ad45 ' '/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAV9VX2ynBqgFcYweCFBjlHf9qA4MODDmt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'ID_FS_UUID_ENC': '2ad1271b-87f7-4789-aeef-2948d130ad45', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904092377'} ; 2024-03-01 20:53:27,950 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:27,950 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:27,953 INFO program/MainThread: stdout[231]: LVM 2024-03-01 20:53:27,953 INFO program/MainThread: stderr[231]: 2024-03-01 20:53:27,954 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 20:53:27,954 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:27,957 INFO program/MainThread: stdout[232]: LVM 2024-03-01 20:53:27,957 INFO program/MainThread: stderr[232]: 2024-03-01 20:53:27,957 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 20:53:27,957 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:27,960 INFO program/MainThread: stdout[233]: LVM 2024-03-01 20:53:27,960 INFO program/MainThread: stderr[233]: 2024-03-01 20:53:27,961 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 20:53:27,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:27,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:27,973 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:27,974 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:27,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:27,975 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:27,970 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:27,976 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:27,980 INFO program/MainThread: stdout[234]: LVM 2024-03-01 20:53:27,980 INFO program/MainThread: stderr[234]: 2024-03-01 20:53:27,980 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 20:53:27,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:27,984 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:53:27,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/ea815f8f-36ce-466f-9588-474d7aad9404 ' '/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-v6Fkbn0TBKCWH6rqDlHeNGqIR6aIHurAMroNdnRCuG0FfuYLl5Zng0h7Z24gcQgw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'ID_FS_UUID_ENC': 'ea815f8f-36ce-466f-9588-474d7aad9404', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '904397755'} ; 2024-03-01 20:53:27,987 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:27,988 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:27,991 INFO program/MainThread: stdout[235]: LVM 2024-03-01 20:53:27,991 INFO program/MainThread: stderr[235]: 2024-03-01 20:53:27,991 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 20:53:27,991 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:27,995 INFO program/MainThread: stdout[236]: LVM 2024-03-01 20:53:27,995 INFO program/MainThread: stderr[236]: 2024-03-01 20:53:27,995 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 20:53:27,995 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:27,998 INFO program/MainThread: stdout[237]: LVM 2024-03-01 20:53:27,998 INFO program/MainThread: stderr[237]: 2024-03-01 20:53:27,998 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 20:53:28,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:28,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,011 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,012 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,013 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,007 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,014 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:28,017 INFO program/MainThread: stdout[238]: LVM 2024-03-01 20:53:28,017 INFO program/MainThread: stderr[238]: 2024-03-01 20:53:28,017 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 20:53:28,021 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:28,021 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:53:28,025 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/09248eb5-fb5c-4bef-96d6-07c074f9c0fb ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX', '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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXxMMUHCrZ4xmuPITbaJSQKVZfOdz1d2PX', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'ID_FS_UUID_ENC': '09248eb5-fb5c-4bef-96d6-07c074f9c0fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905273780'} ; 2024-03-01 20:53:28,025 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:28,025 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:28,028 INFO program/MainThread: stdout[239]: LVM 2024-03-01 20:53:28,029 INFO program/MainThread: stderr[239]: 2024-03-01 20:53:28,029 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 20:53:28,029 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:28,032 INFO program/MainThread: stdout[240]: LVM 2024-03-01 20:53:28,032 INFO program/MainThread: stderr[240]: 2024-03-01 20:53:28,032 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 20:53:28,032 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:28,035 INFO program/MainThread: stdout[241]: LVM 2024-03-01 20:53:28,036 INFO program/MainThread: stderr[241]: 2024-03-01 20:53:28,036 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 20:53:28,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:28,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,049 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,049 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,050 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,045 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,051 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:28,055 INFO program/MainThread: stdout[242]: LVM 2024-03-01 20:53:28,055 INFO program/MainThread: stderr[242]: 2024-03-01 20:53:28,055 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 20:53:28,059 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:28,059 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:53:28,063 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/ceeafae8-eadd-48a4-af16-2a9c66fc0f9a ' '/dev/disk/by-id/dm-uuid-LVM-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH ' '/dev/mapper/test_vg1-lv1 /dev/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-508qqJYa2pS1KBBA3dwuM1VICzGmnrJXN1cSXEuTpLTEg7mjahYGA75TboArGMuH', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'ID_FS_UUID_ENC': 'ceeafae8-eadd-48a4-af16-2a9c66fc0f9a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '905569120'} ; 2024-03-01 20:53:28,063 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:28,063 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:28,067 INFO program/MainThread: stdout[243]: LVM 2024-03-01 20:53:28,067 INFO program/MainThread: stderr[243]: 2024-03-01 20:53:28,067 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 20:53:28,067 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:28,070 INFO program/MainThread: stdout[244]: LVM 2024-03-01 20:53:28,070 INFO program/MainThread: stderr[244]: 2024-03-01 20:53:28,070 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 20:53:28,070 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:28,074 INFO program/MainThread: stdout[245]: LVM 2024-03-01 20:53:28,074 INFO program/MainThread: stderr[245]: 2024-03-01 20:53:28,074 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 20:53:28,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:28,086 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,087 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,088 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,083 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,089 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:28,093 INFO program/MainThread: stdout[246]: LVM 2024-03-01 20:53:28,093 INFO program/MainThread: stderr[246]: 2024-03-01 20:53:28,093 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 20:53:28,097 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:28,097 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:53:28,101 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnh6oh2HJqIRQwsFnXUeCU0REeedyjOkhI-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': '912586195'} ; 2024-03-01 20:53:28,101 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 20:53:28,101 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:28,104 INFO program/MainThread: stdout[247]: LVM 2024-03-01 20:53:28,105 INFO program/MainThread: stderr[247]: 2024-03-01 20:53:28,105 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 20:53:28,105 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:28,108 INFO program/MainThread: stdout[248]: LVM 2024-03-01 20:53:28,108 INFO program/MainThread: stderr[248]: 2024-03-01 20:53:28,108 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 20:53:28,108 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:28,111 INFO program/MainThread: stdout[249]: LVM 2024-03-01 20:53:28,112 INFO program/MainThread: stderr[249]: 2024-03-01 20:53:28,112 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 20:53:28,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,123 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:28,126 INFO program/MainThread: stdout[250]: LVM 2024-03-01 20:53:28,126 INFO program/MainThread: stderr[250]: 2024-03-01 20:53:28,126 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 20:53:28,127 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:28,130 INFO program/MainThread: stdout[251]: LVM 2024-03-01 20:53:28,130 INFO program/MainThread: stderr[251]: 2024-03-01 20:53:28,130 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 20:53:28,130 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:53:28,133 INFO program/MainThread: stdout[252]: LVM 2024-03-01 20:53:28,133 INFO program/MainThread: stderr[252]: 2024-03-01 20:53:28,134 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 20:53:28,138 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 20:53:28,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:28,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:28,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:28,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:28,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,167 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 20:53:28,171 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-JTaVpwY7qoSEBCB1oeDik8h9KqCBi4mnztz33GOwJqccLMwrpkThVCTp9n3Co2dL-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': '912596963'} ; 2024-03-01 20:53:28,171 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 20:53:28,171 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:28,175 INFO program/MainThread: stdout[253]: LVM 2024-03-01 20:53:28,175 INFO program/MainThread: stderr[253]: 2024-03-01 20:53:28,176 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 20:53:28,176 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:28,179 INFO program/MainThread: stdout[254]: LVM 2024-03-01 20:53:28,179 INFO program/MainThread: stderr[254]: 2024-03-01 20:53:28,179 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 20:53:28,179 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:28,182 INFO program/MainThread: stdout[255]: LVM 2024-03-01 20:53:28,183 INFO program/MainThread: stderr[255]: 2024-03-01 20:53:28,183 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 20:53:28,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,193 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:28,197 INFO program/MainThread: stdout[256]: LVM 2024-03-01 20:53:28,197 INFO program/MainThread: stderr[256]: 2024-03-01 20:53:28,197 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 20:53:28,197 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:28,200 INFO program/MainThread: stdout[257]: LVM 2024-03-01 20:53:28,201 INFO program/MainThread: stderr[257]: 2024-03-01 20:53:28,201 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 20:53:28,201 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:53:28,204 INFO program/MainThread: stdout[258]: LVM 2024-03-01 20:53:28,204 INFO program/MainThread: stderr[258]: 2024-03-01 20:53:28,204 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 20:53:28,208 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 20:53:28,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:53:28,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:28,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:28,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:28,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:28,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,246 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 20:53:28,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:28,257 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:28,283 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:53:28,284 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:53:28,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:28,299 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:53:28,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:28,313 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:53:28,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:28,326 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:53:28,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:28,340 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:53:28,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:28,354 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:53:28,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:28,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:28,367 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:53:28,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,374 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:53:28,374 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,375 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,375 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,376 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,376 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,377 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,377 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,377 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,378 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,378 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,379 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,379 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:28,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:53:28,385 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:53:28,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:53:28,391 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:53:28,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:53:28,397 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:53:28,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:28,404 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:53:28,407 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,408 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,410 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,414 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,415 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,419 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,420 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,420 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,421 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,426 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,426 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,427 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,430 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,432 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,433 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,437 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,439 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,443 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,443 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,445 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,448 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,449 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,450 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,455 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,455 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,456 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,460 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,461 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,462 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,465 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,466 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,468 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,472 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,472 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,473 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,477 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,478 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,478 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,479 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,483 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,484 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,485 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,489 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,491 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,494 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,495 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,496 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,497 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,501 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,502 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,507 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,507 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,508 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,511 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,512 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,514 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,517 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,518 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,520 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,523 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,524 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,525 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,530 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,531 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,534 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,535 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,537 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,532 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,541 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,543 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,547 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,547 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,548 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,553 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,553 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,554 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,549 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,558 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,560 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,555 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,564 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,566 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,570 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,572 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,576 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,578 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,582 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,583 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,588 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,588 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,589 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:53:28,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa77899f3c8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = N1cSXE-uTpL-TEg7-mjah-YGA7-5Tbo-ArGMuH 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,590 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:53:28,593 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:28,593 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 20:53:28,593 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv1 2024-03-01 20:53:28,594 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 20:53:28,595 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv1 2024-03-01 20:53:28,596 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 20:53:28,597 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 20:53:28,597 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 20:53:28,597 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 20:53:28,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 353 2024-03-01 20:53:28,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:28,601 INFO blivet/MainThread: registered action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:28,602 INFO program/MainThread: Running [259] dmsetup --version ... 2024-03-01 20:53:28,606 INFO program/MainThread: stdout[259]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:53:28,606 INFO program/MainThread: stderr[259]: 2024-03-01 20:53:28,606 INFO program/MainThread: ...done [259] (exit code: 0) 2024-03-01 20:53:28,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 4 ; 2024-03-01 20:53:28,611 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 20:53:28,611 INFO blivet/MainThread: registered action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:28,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 356 2024-03-01 20:53:28,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:53:28,615 INFO blivet/MainThread: registered action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:28,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 3 ; 2024-03-01 20:53:28,619 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:53:28,619 INFO blivet/MainThread: registered action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:28,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:53:28,626 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:53:28,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,629 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,631 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,634 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,635 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,639 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,640 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,644 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,645 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,648 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,650 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,653 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,654 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,654 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,658 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,658 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,659 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,662 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,663 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,664 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,660 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,666 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,667 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,668 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,671 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,672 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,673 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,677 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,678 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,682 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,683 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,686 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,687 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,691 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,692 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,688 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,696 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,697 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,701 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,702 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,705 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,706 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,710 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,711 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,715 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,716 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,719 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,721 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,724 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,725 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,729 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,729 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,730 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,734 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,735 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,738 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,739 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,743 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,744 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,748 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,749 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,752 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,753 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,757 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,758 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,762 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,763 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,766 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,768 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,771 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,772 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,776 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:28,777 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:53:28,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789c4940) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = xMMUHC-rZ4x-muPI-TbaJ-SQKV-ZfOd-z1d2PX 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 (0x7fa779a847b8) -- 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 = 508qqJ-Ya2p-S1KB-BA3d-wuM1-VICz-GmnrJX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,778 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 20:53:28,781 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:28,781 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv2 2024-03-01 20:53:28,781 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv2 2024-03-01 20:53:28,781 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv2 2024-03-01 20:53:28,782 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,783 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv2 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 20:53:28,784 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 20:53:28,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 359 2024-03-01 20:53:28,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:28,788 INFO blivet/MainThread: registered action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:28,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 2 ; 2024-03-01 20:53:28,792 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv2_snapset1 (id 84) from device tree 2024-03-01 20:53:28,792 INFO blivet/MainThread: registered action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:28,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 362 2024-03-01 20:53:28,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 20:53:28,796 INFO blivet/MainThread: registered action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:28,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:28,800 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 71) from device tree 2024-03-01 20:53:28,800 INFO blivet/MainThread: registered action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:28,800 DEBUG blivet.ansible/MainThread: ['test_vg1', 'sdc', 'sdb', 'sda'] 2024-03-01 20:53:28,800 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:53:28,803 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:53:28,803 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:28,807 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:53:28,810 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:53:28,813 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:53:28,813 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:53:28,813 INFO blivet/MainThread: registered action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:28,813 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:53:28,813 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:53:28,816 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:28,816 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:28,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 366 2024-03-01 20:53:28,820 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:53:28,820 INFO blivet/MainThread: registered action: [365] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:28,820 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:53:28,820 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:53:28,823 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:28,823 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:28,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 368 2024-03-01 20:53:28,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:53:28,826 INFO blivet/MainThread: registered action: [367] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:28,827 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:53:28,827 DEBUG blivet/MainThread: removing sda 2024-03-01 20:53:28,830 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:28,830 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:28,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 370 2024-03-01 20:53:28,833 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:53:28,833 INFO blivet/MainThread: registered action: [369] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:28,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,840 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 20:53:28,840 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,840 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,841 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,841 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,842 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,842 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,842 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,843 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,843 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,844 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,844 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,844 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:53:28,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:53:28,851 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:53:28,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (112) with existing lvmpv 2024-03-01 20:53:28,857 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:53:28,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (122) with existing lvmpv 2024-03-01 20:53:28,863 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:53:28,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:28,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:53:28,869 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:53:28,872 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,873 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,874 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,875 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,878 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,879 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,881 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,876 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,885 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,885 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,886 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,890 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,891 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,892 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,887 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,896 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,897 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,898 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,902 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,904 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,908 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,910 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,913 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,914 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,914 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,915 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,920 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,921 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,925 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,926 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,927 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,930 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,931 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,931 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,932 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,937 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,937 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,938 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,941 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,942 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,943 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,944 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,947 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,948 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,950 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,954 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,955 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,960 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,961 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,956 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,965 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,966 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,967 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,970 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,971 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,972 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,973 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,968 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,976 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,977 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,977 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,978 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,973 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,983 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,983 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,984 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,987 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,988 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,989 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,990 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,993 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,994 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,995 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:28,996 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:28,999 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,000 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,000 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,001 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:28,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,006 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,006 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,007 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,011 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,012 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,013 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,016 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,017 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,019 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,022 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,023 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,023 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,025 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,028 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,029 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,029 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,030 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,034 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,035 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,035 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,036 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,039 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,040 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,041 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,042 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,045 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,046 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,046 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,047 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,052 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,052 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,053 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:53:29,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778950c88) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = MroNdn-RCuG-0Ffu-YLl5-Zng0-h7Z2-4gcQgw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,054 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 20:53:29,057 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:29,057 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg2-lv3 2024-03-01 20:53:29,058 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv3 2024-03-01 20:53:29,059 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv3 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 20:53:29,060 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 20:53:29,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 372 2024-03-01 20:53:29,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:29,064 INFO blivet/MainThread: registered action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:29,068 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 4 ; 2024-03-01 20:53:29,068 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv3_snapset1 (id 144) from device tree 2024-03-01 20:53:29,068 INFO blivet/MainThread: registered action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:29,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 375 2024-03-01 20:53:29,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 20:53:29,072 INFO blivet/MainThread: registered action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:29,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 3 ; 2024-03-01 20:53:29,075 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 131) from device tree 2024-03-01 20:53:29,075 INFO blivet/MainThread: registered action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:29,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:53:29,082 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:53:29,084 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,085 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,086 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,090 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,091 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,094 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,096 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,099 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,100 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,103 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,104 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,105 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,109 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,110 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,113 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,114 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,115 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,117 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,118 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,119 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,115 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,122 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,123 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,124 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,127 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,128 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,129 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,132 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,133 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,136 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,137 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,138 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,142 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,143 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,146 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,147 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,147 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,151 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,151 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,152 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,155 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,156 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,157 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,159 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,160 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,161 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,164 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,165 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,166 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,169 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,170 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,170 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,171 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,174 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,175 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,175 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,178 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,179 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,179 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,180 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,184 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,184 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,185 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,187 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,188 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,189 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,189 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,192 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,193 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,193 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,194 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,197 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,197 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,198 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,199 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,202 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,202 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,203 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,206 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,207 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,207 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,208 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,211 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,211 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,212 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,212 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,215 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,216 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,216 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,217 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,220 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,221 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,221 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,222 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,225 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,225 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,227 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,229 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,230 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,230 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:29,231 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:53:29,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa779a77a90) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V9VX2y-nBqg-FcYw-eCFB-jlHf-9qA4-MODDmt 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 (0x7fa77895ddd8) -- 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 = v6Fkbn-0TBK-CWH6-rqDl-HeNG-qIR6-aIHurA size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:53:29,232 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 20:53:29,235 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:29,235 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv4 2024-03-01 20:53:29,235 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv4 2024-03-01 20:53:29,235 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv4 2024-03-01 20:53:29,236 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv4 2024-03-01 20:53:29,237 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv4 2024-03-01 20:53:29,238 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv4 2024-03-01 20:53:29,238 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv4 2024-03-01 20:53:29,238 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv4 2024-03-01 20:53:29,238 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 20:53:29,238 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 20:53:29,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 378 2024-03-01 20:53:29,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:29,242 INFO blivet/MainThread: registered action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:29,245 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 2 ; 2024-03-01 20:53:29,245 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv4_snapset1 (id 170) from device tree 2024-03-01 20:53:29,245 INFO blivet/MainThread: registered action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:29,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 381 2024-03-01 20:53:29,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 20:53:29,249 INFO blivet/MainThread: registered action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:29,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:29,253 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 157) from device tree 2024-03-01 20:53:29,253 INFO blivet/MainThread: registered action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:29,253 DEBUG blivet.ansible/MainThread: ['sdf', 'sde', 'sdd', 'test_vg2'] 2024-03-01 20:53:29,253 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 20:53:29,256 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (107) ; hidden: False ; 2024-03-01 20:53:29,256 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:29,260 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:53:29,263 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:53:29,266 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:53:29,266 INFO blivet/MainThread: removed lvmvg test_vg2 (id 107) from device tree 2024-03-01 20:53:29,266 INFO blivet/MainThread: registered action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:53:29,266 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 20:53:29,267 DEBUG blivet/MainThread: removing sdf 2024-03-01 20:53:29,269 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (122) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:29,270 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:29,270 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 385 2024-03-01 20:53:29,273 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 20:53:29,273 INFO blivet/MainThread: registered action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:53:29,273 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 20:53:29,273 DEBUG blivet/MainThread: removing sde 2024-03-01 20:53:29,276 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (112) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:29,276 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:29,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 387 2024-03-01 20:53:29,280 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 20:53:29,280 INFO blivet/MainThread: registered action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:53:29,280 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 20:53:29,280 DEBUG blivet/MainThread: removing sdd 2024-03-01 20:53:29,283 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (98) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:29,283 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:29,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 389 2024-03-01 20:53:29,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 20:53:29,286 INFO blivet/MainThread: registered action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:53:29,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,293 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 20:53:29,293 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,294 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,294 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,295 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,295 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,295 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,296 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,296 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,297 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,297 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,298 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,298 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:53:29,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:53:29,305 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:53:29,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:53:29,311 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:53:29,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:53:29,317 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:53:29,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (218) with existing lvmpv 2024-03-01 20:53:29,323 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:53:29,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:53:29,330 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:53:29,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,335 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,337 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,343 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,345 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,350 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,351 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,354 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,360 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,362 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,368 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,370 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,363 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,375 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,377 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,379 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,372 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,385 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,387 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,393 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,395 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,402 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,402 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,404 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,410 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,412 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,418 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,421 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,427 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,429 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,435 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,437 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,444 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,446 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,452 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,454 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,460 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,462 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,468 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,471 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,477 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,479 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,485 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,485 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,487 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,493 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,496 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,502 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,504 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,510 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,512 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,518 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,521 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,513 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,527 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,529 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,535 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,537 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,544 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,546 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,552 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,552 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,554 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,560 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,563 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,555 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,569 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,571 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,577 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,579 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,585 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,588 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,594 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,596 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:53:29,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778965ba8) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = h6oh2H-JqIR-QwsF-nXUe-CU0R-Eeed-yjOkhI 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,597 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv5 2024-03-01 20:53:29,601 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv5 2024-03-01 20:53:29,602 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv5 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv5 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv5 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv5 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv5 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv5 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 20:53:29,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 391 2024-03-01 20:53:29,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:29,607 INFO blivet/MainThread: registered action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:29,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 8 ; 2024-03-01 20:53:29,611 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv5_snapset1 (id 240) from device tree 2024-03-01 20:53:29,611 INFO blivet/MainThread: registered action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:29,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 394 2024-03-01 20:53:29,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 20:53:29,615 INFO blivet/MainThread: registered action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:29,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 7 ; 2024-03-01 20:53:29,619 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 227) from device tree 2024-03-01 20:53:29,619 INFO blivet/MainThread: registered action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:29,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:53:29,626 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:53:29,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,631 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,633 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,638 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,640 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,646 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,648 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,653 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,655 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,660 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,662 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,656 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,668 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,670 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,663 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,675 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,677 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,683 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,684 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,690 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,692 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,697 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,699 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,705 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,706 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,712 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,714 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,719 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,721 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,727 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,729 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,734 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,736 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,742 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,744 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,749 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,751 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,756 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,758 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,764 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,766 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,771 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,773 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,779 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,779 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,780 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,786 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,788 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,793 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,795 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,801 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,802 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,808 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,808 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,810 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,815 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,817 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,823 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,825 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,818 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,830 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,832 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,837 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,839 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,845 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,847 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,852 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,854 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,860 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,862 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:53:29,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778979390) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 1yPVBy-BJxW-OKUv-T6IC-0Pje-M8Rv-ALiWA6 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 (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,863 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 20:53:29,866 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:29,866 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv6 2024-03-01 20:53:29,866 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv6 2024-03-01 20:53:29,866 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv6 2024-03-01 20:53:29,866 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv6 2024-03-01 20:53:29,867 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv6 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv6 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv6 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv6 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv6 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv6 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 20:53:29,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 397 2024-03-01 20:53:29,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:29,872 INFO blivet/MainThread: registered action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:29,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 6 ; 2024-03-01 20:53:29,876 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv6_snapset1 (id 266) from device tree 2024-03-01 20:53:29,876 INFO blivet/MainThread: registered action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:29,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 400 2024-03-01 20:53:29,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 20:53:29,879 INFO blivet/MainThread: registered action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:29,883 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 5 ; 2024-03-01 20:53:29,883 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 253) from device tree 2024-03-01 20:53:29,883 INFO blivet/MainThread: registered action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:29,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:29,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:53:29,890 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:53:29,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,894 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,896 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,900 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,902 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,907 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,908 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,913 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,915 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,920 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,921 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,926 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,928 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,932 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,934 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,939 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,940 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,945 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,947 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,951 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,952 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,953 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,947 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,958 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,959 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,964 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,966 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,970 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,972 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,977 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,978 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,973 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,983 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,985 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,989 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,991 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:29,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,996 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:29,997 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,002 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,004 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:29,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,008 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,010 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,013 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,015 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,016 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,021 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,023 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,027 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,029 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,034 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,035 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,040 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,040 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,042 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,046 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,048 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,053 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,054 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,059 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,061 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,065 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,067 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,072 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,073 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,078 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,080 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,084 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,086 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,091 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,092 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:53:30,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa778958eb8) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PBG7CE-BGet-ud1W-eEWe-2lu0-eQlo-WpfY2I size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,093 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 20:53:30,096 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv7 2024-03-01 20:53:30,097 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv7 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 20:53:30,098 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 20:53:30,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 403 2024-03-01 20:53:30,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:30,102 INFO blivet/MainThread: registered action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:30,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 4 ; 2024-03-01 20:53:30,106 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv7_snapset1 (id 292) from device tree 2024-03-01 20:53:30,106 INFO blivet/MainThread: registered action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:30,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 406 2024-03-01 20:53:30,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 20:53:30,110 INFO blivet/MainThread: registered action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:30,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:53:30,113 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 279) from device tree 2024-03-01 20:53:30,113 INFO blivet/MainThread: registered action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:30,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:30,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:53:30,120 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:53:30,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,123 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,125 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,129 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,130 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,134 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,135 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,139 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,140 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,144 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,146 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,149 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,150 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,151 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,155 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,156 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,152 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,160 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,160 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,162 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,166 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,167 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,170 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,171 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,172 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,176 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,177 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,181 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,183 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,187 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,188 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,192 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,193 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,197 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,198 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,199 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,203 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,204 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,208 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,209 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,213 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,214 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,218 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,220 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,224 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,225 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,229 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,230 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,234 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,235 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,239 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,241 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,245 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,246 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,250 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,251 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,255 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,256 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,260 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,262 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,266 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,267 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,271 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,272 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,276 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,278 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,282 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,283 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,287 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:30,288 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:53:30,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fa7789742b0) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = CoXYDn-H2ed-G9Jj-dQcG-6tvq-hmKV-vEiWp9 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa77895dda0) -- 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 = JTaVpw-Y7qo-SEBC-B1oe-Dik8-h9Kq-CBi4mn size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:53:30,289 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 20:53:30,292 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:53:30,292 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv8 2024-03-01 20:53:30,292 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv8 2024-03-01 20:53:30,292 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv8 2024-03-01 20:53:30,292 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv8 2024-03-01 20:53:30,293 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv8 2024-03-01 20:53:30,294 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv8 2024-03-01 20:53:30,294 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 20:53:30,294 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 20:53:30,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 409 2024-03-01 20:53:30,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:53:30,297 INFO blivet/MainThread: registered action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:30,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 2 ; 2024-03-01 20:53:30,301 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv8_snapset1 (id 318) from device tree 2024-03-01 20:53:30,301 INFO blivet/MainThread: registered action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:30,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 412 2024-03-01 20:53:30,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 20:53:30,305 INFO blivet/MainThread: registered action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:30,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 20:53:30,309 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 305) from device tree 2024-03-01 20:53:30,309 INFO blivet/MainThread: registered action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:30,309 DEBUG blivet.ansible/MainThread: ['sdh', 'sdi', 'sdg', 'sdj', 'test_vg3'] 2024-03-01 20:53:30,309 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 20:53:30,312 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (193) ; hidden: False ; 2024-03-01 20:53:30,312 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:30,316 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:30,319 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:30,322 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:30,325 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:53:30,326 INFO blivet/MainThread: removed lvmvg test_vg3 (id 193) from device tree 2024-03-01 20:53:30,326 INFO blivet/MainThread: registered action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:53:30,326 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 20:53:30,326 DEBUG blivet/MainThread: removing sdh 2024-03-01 20:53:30,329 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (198) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:30,329 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:30,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 416 2024-03-01 20:53:30,332 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 20:53:30,332 INFO blivet/MainThread: registered action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:53:30,332 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 20:53:30,332 DEBUG blivet/MainThread: removing sdi 2024-03-01 20:53:30,335 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (208) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:30,335 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:30,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 418 2024-03-01 20:53:30,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 20:53:30,339 INFO blivet/MainThread: registered action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:53:30,339 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 20:53:30,339 DEBUG blivet/MainThread: removing sdg 2024-03-01 20:53:30,342 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (184) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:30,342 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:30,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 420 2024-03-01 20:53:30,345 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 20:53:30,345 INFO blivet/MainThread: registered action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:53:30,345 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 20:53:30,346 DEBUG blivet/MainThread: removing sdj 2024-03-01 20:53:30,348 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (218) with existing lvmpv ; hidden: False ; 2024-03-01 20:53:30,349 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:53:30,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 422 2024-03-01 20:53:30,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 20:53:30,352 INFO blivet/MainThread: registered action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:53:30,353 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,366 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,403 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,431 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,445 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,473 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,484 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,512 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,512 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,523 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,551 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:30,551 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,562 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,590 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,591 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,605 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,633 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:53:30,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,644 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,672 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,682 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,710 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:53:30,710 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,724 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,753 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,753 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,766 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,794 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:53:30,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,806 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,835 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,848 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,876 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:53:30,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,890 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,918 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,930 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,958 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:53:30,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:30,969 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:30,997 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:30,997 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,010 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,038 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:53:31,038 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:31,039 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:53:31,040 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:31,041 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:53:31,042 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:53:31,042 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:53:31,046 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:53:31,050 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:53:31,052 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:53:31,056 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:53:31,056 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:53:31,059 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:53:31,059 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 0x7fa778888bf8> 2024-03-01 20:53:31,060 INFO blivet/MainThread: sorting actions... 2024-03-01 20:53:31,118 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:31,119 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:31,119 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:31,119 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:31,119 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:31,119 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:31,120 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:31,120 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:31,120 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:31,120 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:31,120 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:31,120 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:53:31,121 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:31,122 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:53:31,123 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:53:31,124 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:31,124 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:31,124 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:31,124 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:31,124 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:31,124 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:31,125 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:31,125 INFO blivet/MainThread: executing action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:31,129 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:31,129 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8_snapset1 2024-03-01 20:53:31,139 INFO program/MainThread: stdout: 2024-03-01 20:53:31,139 INFO program/MainThread: /dev/mapper/test_vg3-lv8_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:31,139 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,157 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,157 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,169 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,170 INFO blivet/MainThread: executing action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:53:31,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:31,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:31,181 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,184 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,187 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,191 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,194 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,197 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,200 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,203 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:53:31,207 INFO program/MainThread: Running [260] lvm lvremove --yes --force test_vg3/lv8_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:31,333 INFO program/MainThread: stdout[260]: Logical volume "lv8_snapset1" successfully removed. 2024-03-01 20:53:31,333 INFO program/MainThread: stderr[260]: 2024-03-01 20:53:31,333 INFO program/MainThread: ...done [260] (exit code: 0) 2024-03-01 20:53:31,334 INFO blivet/MainThread: executing action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:31,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,351 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:53:31,351 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 20:53:31,369 INFO program/MainThread: stdout: 2024-03-01 20:53:31,369 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:31,370 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,397 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,398 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,410 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,411 INFO blivet/MainThread: executing action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:53:31,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:31,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:53:31,422 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:53:31,426 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 20:53:31,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:53:31,430 INFO program/MainThread: Running [261] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:31,465 INFO program/MainThread: stdout[261]: 2024-03-01 20:53:31,466 INFO program/MainThread: stderr[261]: 2024-03-01 20:53:31,466 INFO program/MainThread: ...done [261] (exit code: 0) 2024-03-01 20:53:31,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:31,475 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,478 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,481 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,485 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,488 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,491 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,494 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,498 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 20:53:31,501 INFO program/MainThread: Running [262] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:31,551 INFO program/MainThread: stdout[262]: Logical volume "lv8" successfully removed. 2024-03-01 20:53:31,551 INFO program/MainThread: stderr[262]: 2024-03-01 20:53:31,552 INFO program/MainThread: ...done [262] (exit code: 0) 2024-03-01 20:53:31,552 INFO blivet/MainThread: executing action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:31,561 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:31,561 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 20:53:31,590 INFO program/MainThread: stdout: 2024-03-01 20:53:31,590 INFO program/MainThread: /dev/mapper/test_vg3-lv7_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:31,590 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,590 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,612 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,626 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,627 INFO blivet/MainThread: executing action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:53:31,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:31,634 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:31,638 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,641 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,644 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,648 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,651 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,654 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,658 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,661 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:53:31,664 INFO program/MainThread: Running [263] lvm lvremove --yes --force test_vg3/lv7_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:31,794 INFO program/MainThread: stdout[263]: Logical volume "lv7_snapset1" successfully removed. 2024-03-01 20:53:31,794 INFO program/MainThread: stderr[263]: 2024-03-01 20:53:31,794 INFO program/MainThread: ...done [263] (exit code: 0) 2024-03-01 20:53:31,795 INFO blivet/MainThread: executing action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:31,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,810 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:53:31,811 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 20:53:31,835 INFO program/MainThread: stdout: 2024-03-01 20:53:31,835 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:31,835 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,862 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:31,875 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:31,876 INFO blivet/MainThread: executing action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:53:31,880 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:31,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:53:31,887 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:53:31,891 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 20:53:31,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:53:31,895 INFO program/MainThread: Running [264] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:31,928 INFO program/MainThread: stdout[264]: 2024-03-01 20:53:31,929 INFO program/MainThread: stderr[264]: 2024-03-01 20:53:31,929 INFO program/MainThread: ...done [264] (exit code: 0) 2024-03-01 20:53:31,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:31,936 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,940 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,943 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,947 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,950 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,953 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,957 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:31,960 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:31,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 20:53:31,963 INFO program/MainThread: Running [265] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,022 INFO program/MainThread: stdout[265]: Logical volume "lv7" successfully removed. 2024-03-01 20:53:32,022 INFO program/MainThread: stderr[265]: 2024-03-01 20:53:32,022 INFO program/MainThread: ...done [265] (exit code: 0) 2024-03-01 20:53:32,023 INFO blivet/MainThread: executing action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:32,031 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:32,032 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6_snapset1 2024-03-01 20:53:32,052 INFO program/MainThread: stdout: 2024-03-01 20:53:32,053 INFO program/MainThread: /dev/mapper/test_vg3-lv6_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:32,053 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,053 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,074 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,087 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,088 INFO blivet/MainThread: executing action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:53:32,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:32,095 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,099 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,102 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,106 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,109 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,112 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,119 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,122 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,125 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:53:32,125 INFO program/MainThread: Running [266] lvm lvremove --yes --force test_vg3/lv6_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,258 INFO program/MainThread: stdout[266]: Logical volume "lv6_snapset1" successfully removed. 2024-03-01 20:53:32,259 INFO program/MainThread: stderr[266]: 2024-03-01 20:53:32,259 INFO program/MainThread: ...done [266] (exit code: 0) 2024-03-01 20:53:32,259 INFO blivet/MainThread: executing action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:32,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,279 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:53:32,279 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 20:53:32,298 INFO program/MainThread: stdout: 2024-03-01 20:53:32,299 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:32,299 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,320 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,320 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,334 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,335 INFO blivet/MainThread: executing action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:53:32,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:32,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:53:32,347 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:53:32,350 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 20:53:32,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:53:32,354 INFO program/MainThread: Running [267] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,390 INFO program/MainThread: stdout[267]: 2024-03-01 20:53:32,391 INFO program/MainThread: stderr[267]: 2024-03-01 20:53:32,391 INFO program/MainThread: ...done [267] (exit code: 0) 2024-03-01 20:53:32,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,399 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,402 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,405 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,408 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,412 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,415 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,418 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 20:53:32,425 INFO program/MainThread: Running [268] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,465 INFO program/MainThread: stdout[268]: Logical volume "lv6" successfully removed. 2024-03-01 20:53:32,465 INFO program/MainThread: stderr[268]: 2024-03-01 20:53:32,465 INFO program/MainThread: ...done [268] (exit code: 0) 2024-03-01 20:53:32,466 INFO blivet/MainThread: executing action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:32,474 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:32,475 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5_snapset1 2024-03-01 20:53:32,503 INFO program/MainThread: stdout: 2024-03-01 20:53:32,504 INFO program/MainThread: /dev/mapper/test_vg3-lv5_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:32,504 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,532 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,546 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,547 INFO blivet/MainThread: executing action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:53:32,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:32,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,558 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,561 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,564 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,568 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,571 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,574 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,577 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,580 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:53:32,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:53:32,584 INFO program/MainThread: Running [269] lvm lvremove --yes --force test_vg3/lv5_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,711 INFO program/MainThread: stdout[269]: Logical volume "lv5_snapset1" successfully removed. 2024-03-01 20:53:32,712 INFO program/MainThread: stderr[269]: 2024-03-01 20:53:32,712 INFO program/MainThread: ...done [269] (exit code: 0) 2024-03-01 20:53:32,713 INFO blivet/MainThread: executing action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:32,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,728 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:53:32,729 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 20:53:32,748 INFO program/MainThread: stdout: 2024-03-01 20:53:32,749 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:32,749 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,782 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,783 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:32,796 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:32,797 INFO blivet/MainThread: executing action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:53:32,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:32,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:53:32,809 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:53:32,812 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 20:53:32,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:53:32,816 INFO program/MainThread: Running [270] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,851 INFO program/MainThread: stdout[270]: 2024-03-01 20:53:32,852 INFO program/MainThread: stderr[270]: 2024-03-01 20:53:32,852 INFO program/MainThread: ...done [270] (exit code: 0) 2024-03-01 20:53:32,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,860 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,863 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,866 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,869 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,873 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,876 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,879 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,883 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 20:53:32,886 INFO program/MainThread: Running [271] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:32,920 INFO program/MainThread: stdout[271]: Logical volume "lv5" successfully removed. 2024-03-01 20:53:32,920 INFO program/MainThread: stderr[271]: 2024-03-01 20:53:32,921 INFO program/MainThread: ...done [271] (exit code: 0) 2024-03-01 20:53:32,921 INFO blivet/MainThread: executing action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:53:32,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 20:53:32,940 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 20:53:32,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:53:32,958 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,967 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,973 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,978 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,984 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:32,990 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:53:32,996 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,004 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:53:33,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 20:53:33,009 INFO program/MainThread: Running [272] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,046 INFO program/MainThread: stdout[272]: Volume group "test_vg3" is already consistent. 2024-03-01 20:53:33,047 INFO program/MainThread: stderr[272]: 2024-03-01 20:53:33,047 INFO program/MainThread: ...done [272] (exit code: 0) 2024-03-01 20:53:33,047 INFO program/MainThread: Running [273] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,109 INFO program/MainThread: stdout[273]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 20:53:33,109 INFO program/MainThread: stderr[273]: 2024-03-01 20:53:33,109 INFO program/MainThread: ...done [273] (exit code: 0) 2024-03-01 20:53:33,109 INFO program/MainThread: Running [274] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,144 INFO program/MainThread: stdout[274]: Volume group "test_vg3" successfully removed 2024-03-01 20:53:33,145 INFO program/MainThread: stderr[274]: 2024-03-01 20:53:33,145 INFO program/MainThread: ...done [274] (exit code: 0) 2024-03-01 20:53:33,145 INFO blivet/MainThread: executing action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:53:33,153 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,159 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,165 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,165 INFO program/MainThread: Running [275] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,230 INFO program/MainThread: stdout[275]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 20:53:33,230 INFO program/MainThread: stderr[275]: 2024-03-01 20:53:33,230 INFO program/MainThread: ...done [275] (exit code: 0) 2024-03-01 20:53:33,230 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 20:53:33,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,263 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,263 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,282 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,298 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,299 INFO blivet/MainThread: executing action: [419] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:53:33,303 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,306 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,309 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,309 INFO program/MainThread: Running [276] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,339 INFO program/MainThread: stdout[276]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 20:53:33,340 INFO program/MainThread: stderr[276]: 2024-03-01 20:53:33,340 INFO program/MainThread: ...done [276] (exit code: 0) 2024-03-01 20:53:33,340 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 20:53:33,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,370 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,385 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,385 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,396 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,397 INFO blivet/MainThread: executing action: [417] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:53:33,403 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,407 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,410 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,410 INFO program/MainThread: Running [277] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,439 INFO program/MainThread: stdout[277]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 20:53:33,440 INFO program/MainThread: stderr[277]: 2024-03-01 20:53:33,440 INFO program/MainThread: ...done [277] (exit code: 0) 2024-03-01 20:53:33,440 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 20:53:33,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,474 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,474 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,489 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,503 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,504 INFO blivet/MainThread: executing action: [415] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:53:33,508 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,511 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,514 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:53:33,514 INFO program/MainThread: Running [278] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,545 INFO program/MainThread: stdout[278]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 20:53:33,545 INFO program/MainThread: stderr[278]: 2024-03-01 20:53:33,545 INFO program/MainThread: ...done [278] (exit code: 0) 2024-03-01 20:53:33,545 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 20:53:33,546 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,579 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,579 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,595 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,595 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,611 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,612 INFO blivet/MainThread: executing action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:33,617 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:33,617 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 20:53:33,626 INFO program/MainThread: stdout: 2024-03-01 20:53:33,626 INFO program/MainThread: /dev/mapper/test_vg2-lv4_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:33,626 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,626 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,646 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,646 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,657 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,658 INFO blivet/MainThread: executing action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:53:33,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:33,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:33,669 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,675 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,682 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:53:33,689 INFO program/MainThread: Running [279] lvm lvremove --yes --force test_vg2/lv4_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,819 INFO program/MainThread: stdout[279]: Logical volume "lv4_snapset1" successfully removed. 2024-03-01 20:53:33,820 INFO program/MainThread: stderr[279]: 2024-03-01 20:53:33,820 INFO program/MainThread: ...done [279] (exit code: 0) 2024-03-01 20:53:33,820 INFO blivet/MainThread: executing action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:33,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,836 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:53:33,836 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 20:53:33,852 INFO program/MainThread: stdout: 2024-03-01 20:53:33,853 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:33,853 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,853 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,869 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:33,880 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:33,881 INFO blivet/MainThread: executing action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:53:33,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:33,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:53:33,893 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:53:33,896 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 20:53:33,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:53:33,900 INFO program/MainThread: Running [280] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:33,933 INFO program/MainThread: stdout[280]: 2024-03-01 20:53:33,934 INFO program/MainThread: stderr[280]: 2024-03-01 20:53:33,934 INFO program/MainThread: ...done [280] (exit code: 0) 2024-03-01 20:53:33,938 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:33,942 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,945 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,948 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,952 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,955 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:33,958 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:53:33,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 20:53:33,962 INFO program/MainThread: Running [281] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,004 INFO program/MainThread: stdout[281]: Logical volume "lv4" successfully removed. 2024-03-01 20:53:34,005 INFO program/MainThread: stderr[281]: 2024-03-01 20:53:34,005 INFO program/MainThread: ...done [281] (exit code: 0) 2024-03-01 20:53:34,006 INFO blivet/MainThread: executing action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:34,014 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:34,014 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 20:53:34,033 INFO program/MainThread: stdout: 2024-03-01 20:53:34,033 INFO program/MainThread: /dev/mapper/test_vg2-lv3_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:34,033 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,033 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,055 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,056 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,068 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,069 INFO blivet/MainThread: executing action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:53:34,073 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:34,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:34,080 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,084 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,087 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,090 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,093 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,097 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:53:34,100 INFO program/MainThread: Running [282] lvm lvremove --yes --force test_vg2/lv3_snapset1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,223 INFO program/MainThread: stdout[282]: Logical volume "lv3_snapset1" successfully removed. 2024-03-01 20:53:34,223 INFO program/MainThread: stderr[282]: 2024-03-01 20:53:34,223 INFO program/MainThread: ...done [282] (exit code: 0) 2024-03-01 20:53:34,224 INFO blivet/MainThread: executing action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:34,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,239 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:53:34,240 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 20:53:34,253 INFO program/MainThread: stdout: 2024-03-01 20:53:34,253 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:34,253 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,253 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,278 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,291 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,292 INFO blivet/MainThread: executing action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:53:34,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:34,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:53:34,304 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:53:34,307 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 20:53:34,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:53:34,311 INFO program/MainThread: Running [283] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,348 INFO program/MainThread: stdout[283]: 2024-03-01 20:53:34,348 INFO program/MainThread: stderr[283]: 2024-03-01 20:53:34,349 INFO program/MainThread: ...done [283] (exit code: 0) 2024-03-01 20:53:34,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:34,356 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,360 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,363 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,367 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,370 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,373 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 20:53:34,377 INFO program/MainThread: Running [284] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,416 INFO program/MainThread: stdout[284]: Logical volume "lv3" successfully removed. 2024-03-01 20:53:34,417 INFO program/MainThread: stderr[284]: 2024-03-01 20:53:34,417 INFO program/MainThread: ...done [284] (exit code: 0) 2024-03-01 20:53:34,418 INFO blivet/MainThread: executing action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:53:34,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 20:53:34,432 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 20:53:34,439 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:53:34,445 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,452 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,456 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,462 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,468 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,473 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:53:34,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 20:53:34,476 INFO program/MainThread: Running [285] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,515 INFO program/MainThread: stdout[285]: Volume group "test_vg2" is already consistent. 2024-03-01 20:53:34,516 INFO program/MainThread: stderr[285]: 2024-03-01 20:53:34,516 INFO program/MainThread: ...done [285] (exit code: 0) 2024-03-01 20:53:34,516 INFO program/MainThread: Running [286] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,560 INFO program/MainThread: stdout[286]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 20:53:34,561 INFO program/MainThread: stderr[286]: 2024-03-01 20:53:34,561 INFO program/MainThread: ...done [286] (exit code: 0) 2024-03-01 20:53:34,561 INFO program/MainThread: Running [287] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,602 INFO program/MainThread: stdout[287]: Volume group "test_vg2" successfully removed 2024-03-01 20:53:34,602 INFO program/MainThread: stderr[287]: 2024-03-01 20:53:34,602 INFO program/MainThread: ...done [287] (exit code: 0) 2024-03-01 20:53:34,603 INFO blivet/MainThread: executing action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:53:34,610 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,619 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,624 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,624 INFO program/MainThread: Running [288] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,669 INFO program/MainThread: stdout[288]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 20:53:34,669 INFO program/MainThread: stderr[288]: 2024-03-01 20:53:34,669 INFO program/MainThread: ...done [288] (exit code: 0) 2024-03-01 20:53:34,669 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 20:53:34,670 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,696 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,714 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,731 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,732 INFO blivet/MainThread: executing action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:53:34,736 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,740 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,743 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,743 INFO program/MainThread: Running [289] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,773 INFO program/MainThread: stdout[289]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 20:53:34,774 INFO program/MainThread: stderr[289]: 2024-03-01 20:53:34,774 INFO program/MainThread: ...done [289] (exit code: 0) 2024-03-01 20:53:34,774 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 20:53:34,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,799 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,800 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,814 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,815 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,830 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,831 INFO blivet/MainThread: executing action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:53:34,835 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,838 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,841 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:53:34,842 INFO program/MainThread: Running [290] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:34,868 INFO program/MainThread: stdout[290]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 20:53:34,868 INFO program/MainThread: stderr[290]: 2024-03-01 20:53:34,868 INFO program/MainThread: ...done [290] (exit code: 0) 2024-03-01 20:53:34,869 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 20:53:34,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,899 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,914 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,928 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,929 INFO blivet/MainThread: executing action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:34,933 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:34,934 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 20:53:34,944 INFO program/MainThread: stdout: 2024-03-01 20:53:34,944 INFO program/MainThread: /dev/mapper/test_vg1-lv2_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:34,944 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,959 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:34,972 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:34,973 INFO blivet/MainThread: executing action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:53:34,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:34,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:34,984 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,987 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,990 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:34,994 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:53:34,997 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,000 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:53:35,004 INFO program/MainThread: Running [291] lvm lvremove --yes --force test_vg1/lv2_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,133 INFO program/MainThread: stdout[291]: Logical volume "lv2_snapset1" successfully removed. 2024-03-01 20:53:35,133 INFO program/MainThread: stderr[291]: 2024-03-01 20:53:35,133 INFO program/MainThread: ...done [291] (exit code: 0) 2024-03-01 20:53:35,134 INFO blivet/MainThread: executing action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:35,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,148 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:35,149 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 20:53:35,167 INFO program/MainThread: stdout: 2024-03-01 20:53:35,168 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:35,168 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,183 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,196 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,197 INFO blivet/MainThread: executing action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:53:35,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:35,205 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:53:35,209 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:35,213 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 20:53:35,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:53:35,216 INFO program/MainThread: Running [292] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,249 INFO program/MainThread: stdout[292]: 2024-03-01 20:53:35,250 INFO program/MainThread: stderr[292]: 2024-03-01 20:53:35,250 INFO program/MainThread: ...done [292] (exit code: 0) 2024-03-01 20:53:35,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,258 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,261 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,264 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,268 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,271 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,274 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 20:53:35,278 INFO program/MainThread: Running [293] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,315 INFO program/MainThread: stdout[293]: Logical volume "lv2" successfully removed. 2024-03-01 20:53:35,315 INFO program/MainThread: stderr[293]: 2024-03-01 20:53:35,315 INFO program/MainThread: ...done [293] (exit code: 0) 2024-03-01 20:53:35,316 INFO blivet/MainThread: executing action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:35,324 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:53:35,324 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 20:53:35,351 INFO program/MainThread: stdout: 2024-03-01 20:53:35,351 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:35,351 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,370 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,384 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,385 INFO blivet/MainThread: executing action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:53:35,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:35,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,396 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,403 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,409 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:53:35,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:53:35,416 INFO program/MainThread: Running [294] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,533 INFO program/MainThread: stdout[294]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 20:53:35,534 INFO program/MainThread: stderr[294]: 2024-03-01 20:53:35,534 INFO program/MainThread: ...done [294] (exit code: 0) 2024-03-01 20:53:35,535 INFO blivet/MainThread: executing action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:35,542 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,549 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:35,549 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:53:35,566 INFO program/MainThread: stdout: 2024-03-01 20:53:35,567 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:53:35,567 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,567 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,593 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:35,604 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:35,605 INFO blivet/MainThread: executing action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:53:35,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:35,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:53:35,617 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:35,620 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:53:35,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:53:35,624 INFO program/MainThread: Running [295] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,661 INFO program/MainThread: stdout[295]: 2024-03-01 20:53:35,662 INFO program/MainThread: stderr[295]: 2024-03-01 20:53:35,662 INFO program/MainThread: ...done [295] (exit code: 0) 2024-03-01 20:53:35,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,670 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,673 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,677 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,680 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,683 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,686 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:53:35,690 INFO program/MainThread: Running [296] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,733 INFO program/MainThread: stdout[296]: Logical volume "lv1" successfully removed. 2024-03-01 20:53:35,734 INFO program/MainThread: stderr[296]: 2024-03-01 20:53:35,734 INFO program/MainThread: ...done [296] (exit code: 0) 2024-03-01 20:53:35,735 INFO blivet/MainThread: executing action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:53:35,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:53:35,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:53:35,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:53:35,761 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,766 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,771 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,777 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,783 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,786 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:35,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:53:35,789 INFO program/MainThread: Running [297] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,829 INFO program/MainThread: stdout[297]: Volume group "test_vg1" is already consistent. 2024-03-01 20:53:35,829 INFO program/MainThread: stderr[297]: 2024-03-01 20:53:35,829 INFO program/MainThread: ...done [297] (exit code: 0) 2024-03-01 20:53:35,830 INFO program/MainThread: Running [298] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,868 INFO program/MainThread: stdout[298]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:53:35,869 INFO program/MainThread: stderr[298]: 2024-03-01 20:53:35,869 INFO program/MainThread: ...done [298] (exit code: 0) 2024-03-01 20:53:35,869 INFO program/MainThread: Running [299] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,907 INFO program/MainThread: stdout[299]: Volume group "test_vg1" successfully removed 2024-03-01 20:53:35,907 INFO program/MainThread: stderr[299]: 2024-03-01 20:53:35,907 INFO program/MainThread: ...done [299] (exit code: 0) 2024-03-01 20:53:35,908 INFO blivet/MainThread: executing action: [369] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:53:35,915 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:35,923 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,928 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:53:35,928 INFO program/MainThread: Running [300] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:35,972 INFO program/MainThread: stdout[300]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:53:35,972 INFO program/MainThread: stderr[300]: 2024-03-01 20:53:35,972 INFO program/MainThread: ...done [300] (exit code: 0) 2024-03-01 20:53:35,973 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:53:35,973 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,000 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,000 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,014 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,014 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,030 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,031 INFO blivet/MainThread: executing action: [367] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:53:36,035 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:36,038 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:53:36,041 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:53:36,041 INFO program/MainThread: Running [301] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:36,068 INFO program/MainThread: stdout[301]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:53:36,069 INFO program/MainThread: stderr[301]: 2024-03-01 20:53:36,069 INFO program/MainThread: ...done [301] (exit code: 0) 2024-03-01 20:53:36,069 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:53:36,069 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,103 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,115 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,130 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,131 INFO blivet/MainThread: executing action: [365] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:53:36,135 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:53:36,138 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:53:36,141 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:53:36,142 INFO program/MainThread: Running [302] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:36,169 INFO program/MainThread: stdout[302]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:53:36,170 INFO program/MainThread: stderr[302]: 2024-03-01 20:53:36,170 INFO program/MainThread: ...done [302] (exit code: 0) 2024-03-01 20:53:36,170 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:53:36,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,202 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,215 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,216 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:36,230 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:36,236 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:53:36,236 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 0x7fa77893b2b0> 2024-03-01 20:53:50,469 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_sp_0bu68/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:53:55,252 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_pg_ilm_t/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:04,622 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_6ejlijpy/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:04,657 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,658 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:04,661 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:04,661 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:54:04,661 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:04,662 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:04,666 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:04,667 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:04,670 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,670 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:04,673 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,673 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:04,676 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,677 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:04,684 INFO program/MainThread: stdout: 2024-03-01 20:54:04,684 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:04,685 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:04,685 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:04,685 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:04,685 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:04,685 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:04,686 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:04,686 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:04,686 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:04,686 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:04,686 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:04,687 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:04,699 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:04,711 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:54:04,715 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:54:04,715 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:54:04,716 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:04,747 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:04,747 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:04,747 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:04,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,761 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:04,766 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:04,766 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:04,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:04,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:04,770 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:04,773 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:04,774 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:54:04,777 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:54:04,777 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,778 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:04,778 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee1f9cf60) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:54:04,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:04,782 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:54:04,785 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:54:04,785 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:54:04,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:04,796 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:04,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:54:04,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:54:04,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:04,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:04,803 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:54:04,806 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:54:04,807 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,807 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:54:04,807 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee1edde80) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:54:04,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:04,811 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:54:04,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:54:04,814 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:54:04,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,824 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:04,825 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:04,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:04,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:54:04,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:04,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:04,832 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:54:04,835 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:54:04,835 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,835 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:54:04,836 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee1eddfd0) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:54:04,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:04,839 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:04,842 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:54:04,842 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:54:04,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,852 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:04,853 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:04,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:04,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:54:04,856 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:04,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:04,860 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:54:04,863 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:54:04,864 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,864 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:54:04,864 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0e91eb8) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:54:04,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:04,867 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:04,871 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:54:04,871 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:54:04,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,881 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:04,881 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:04,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:54:04,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:54:04,885 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:04,888 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:04,888 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:54:04,891 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:54:04,892 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,892 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:54:04,892 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee1eddf98) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:54:04,896 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:04,896 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:54:04,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472232478'} ; 2024-03-01 20:54:04,899 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:54:04,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,909 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:04,910 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:04,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:04,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:54:04,913 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:04,916 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:04,917 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:54:04,920 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:54:04,920 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,921 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:54:04,921 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0e8ee80) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:54:04,924 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:04,924 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:54:04,927 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472253937'} ; 2024-03-01 20:54:04,927 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:54:04,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,937 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:04,938 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:04,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:04,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:54:04,941 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:04,944 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:04,945 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:54:04,948 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:54:04,948 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,949 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:54:04,949 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0ea5518) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:54:04,952 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:04,952 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:54:04,956 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472315130'} ; 2024-03-01 20:54:04,956 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:54:04,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,966 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:04,966 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:04,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:04,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:54:04,970 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:04,973 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:04,973 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:54:04,976 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:54:04,977 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,977 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:54:04,977 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0e8e8d0) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:54:04,980 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:04,981 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:54:04,984 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472365478'} ; 2024-03-01 20:54:04,984 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:54:04,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,994 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:04,995 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:04,995 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:54:04,995 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:54:04,998 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:05,001 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:05,002 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:54:05,005 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:54:05,005 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,006 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:54:05,006 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0ea6400) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:54:05,009 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:05,009 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:54:05,012 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472594905'} ; 2024-03-01 20:54:05,013 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:54:05,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,023 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:05,023 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:05,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:54:05,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:05,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:05,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:05,030 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:54:05,033 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:54:05,034 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,034 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:54:05,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0ea6940) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:54:05,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:05,038 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:54:05,041 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472631083'} ; 2024-03-01 20:54:05,041 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:54:05,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,051 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:05,051 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:05,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:54:05,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:54:05,055 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:05,058 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:05,058 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:54:05,062 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:54:05,062 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,063 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:54:05,063 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0eae320) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:54:05,066 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:05,066 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:54:05,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472719836'} ; 2024-03-01 20:54:05,070 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:54:05,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,080 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:05,080 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:05,080 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:54:05,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:54:05,084 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:05,087 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:05,087 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:54:05,090 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:54:05,091 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,091 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:54:05,091 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0eae9b0) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:54:05,095 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:05,095 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:54:05,098 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': '26377255'} ; 2024-03-01 20:54:05,098 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:05,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,108 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:05,108 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:05,108 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:05,108 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:05,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:54:05,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:54:05,112 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:05,115 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:05,115 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:05,118 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:05,119 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:05,119 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:54:05,119 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ee0eaeef0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:54:05,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:05,126 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,126 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:54:05,130 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,130 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:54:05,133 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,133 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:54:05,137 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,137 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:54:05,141 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:05,144 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:05,147 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:05,151 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 0x7f7ee0e93048> 2024-03-01 20:54:08,374 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:54:08,379 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:08,379 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:08,383 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': '26381827'} ; 2024-03-01 20:54:08,383 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:08,383 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:08,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,393 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:08,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:08,410 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:08,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:54:08,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:54:08,433 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:08,434 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:54:08,437 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:08,440 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:08,440 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:08,444 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:08,444 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:08,444 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:08,447 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:08,451 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:08,454 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:08,457 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:08,460 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:08,461 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:08,461 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:54:08,461 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:08,461 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7eefec2208) -- 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 0x7f7ee0ec10f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:08,465 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:08,468 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:08,468 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:54:08,472 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:08,472 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:54:08,475 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:08,476 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:54:08,479 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:08,479 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:54:08,481 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:08,481 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:08,484 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:08,485 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:54:08,488 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:08,488 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:08,488 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:08,501 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:08,513 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:08,514 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:08,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:08,527 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:08,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:08,539 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:08,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:08,550 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:08,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:08,562 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:08,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:08,573 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:54:08,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:08,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:08,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:08,584 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:08,588 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:08,588 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:54:13,278 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_veqpci7e/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:13,314 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:13,314 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:13,317 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:13,317 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:54:13,317 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:13,318 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:13,322 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,322 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:13,326 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:13,326 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:13,330 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:13,330 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:13,333 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:13,333 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:13,341 INFO program/MainThread: stdout: 2024-03-01 20:54:13,341 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:13,341 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,341 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,341 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:13,342 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:13,342 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,342 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:13,342 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:13,343 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:13,343 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:13,343 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:13,343 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:13,343 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:13,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,354 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,366 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:54:13,370 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:54:13,370 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:54:13,371 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,401 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:13,401 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:13,401 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:13,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,415 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:13,420 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:13,420 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:13,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:13,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:13,425 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:13,428 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:13,428 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:54:13,432 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:54:13,432 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,433 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:13,433 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94ea8f4e10) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:54:13,437 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:13,437 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:54:13,441 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:54:13,441 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:54:13,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,451 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:13,452 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:13,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:54:13,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:54:13,455 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:13,458 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:13,459 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:54:13,462 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:54:13,462 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,463 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:54:13,463 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94ea835eb8) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:54:13,466 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:13,466 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:54:13,470 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:54:13,470 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:54:13,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,481 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:13,481 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:13,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:13,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:54:13,485 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:13,488 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:13,488 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:54:13,492 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:54:13,492 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,492 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:54:13,492 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94ea835da0) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:54:13,496 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:13,496 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:13,500 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:54:13,500 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:54:13,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,510 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:13,511 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:13,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:13,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:54:13,514 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:13,517 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:13,518 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:54:13,521 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:54:13,521 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,522 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:54:13,522 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e97e9f60) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:54:13,525 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:13,525 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:13,529 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:54:13,529 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:54:13,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,539 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:13,540 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:13,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:54:13,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:54:13,543 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:13,547 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:13,547 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:54:13,550 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:54:13,551 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,551 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:54:13,551 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94ea835e10) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:54:13,555 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:13,555 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:54:13,559 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472232478'} ; 2024-03-01 20:54:13,559 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:54:13,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,569 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:13,569 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:13,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:13,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:54:13,573 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:13,576 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:13,577 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:54:13,580 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:54:13,580 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,581 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:54:13,581 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e97e6eb8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:54:13,584 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:13,584 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:54:13,588 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472253937'} ; 2024-03-01 20:54:13,588 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:54:13,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,598 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:13,599 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:13,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:13,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:54:13,602 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:13,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:13,606 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:54:13,609 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:54:13,610 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,610 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:54:13,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e97fd550) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:54:13,614 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:13,614 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:54:13,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472315130'} ; 2024-03-01 20:54:13,617 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:54:13,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:13,629 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:13,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:13,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:54:13,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:13,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:13,636 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:54:13,639 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:54:13,640 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,640 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:54:13,640 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e97e6898) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:54:13,644 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:13,644 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:54:13,647 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472365478'} ; 2024-03-01 20:54:13,647 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:54:13,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,658 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:13,658 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:13,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:54:13,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:54:13,662 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:13,665 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:13,665 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:54:13,669 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:54:13,669 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,670 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:54:13,670 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e97fe438) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:54:13,673 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:13,673 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:54:13,677 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472594905'} ; 2024-03-01 20:54:13,677 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:54:13,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,687 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:13,688 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:13,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:54:13,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:13,691 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:13,695 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:13,695 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:54:13,698 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:54:13,698 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,699 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:54:13,699 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e97fe978) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:54:13,702 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:13,703 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:54:13,706 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472631083'} ; 2024-03-01 20:54:13,706 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:54:13,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,716 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:13,717 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:13,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:54:13,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:54:13,721 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:13,724 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:13,724 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:54:13,728 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:54:13,728 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,728 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:54:13,728 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e9806358) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:54:13,732 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:13,732 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:54:13,735 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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_READY': '1', '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': '472719836'} ; 2024-03-01 20:54:13,736 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:54:13,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,746 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:13,747 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:13,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:54:13,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:54:13,750 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:13,753 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:13,754 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:54:13,757 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:54:13,757 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:13,758 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:54:13,758 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e98069e8) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:54:13,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:13,761 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:54:13,765 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': '26377255'} ; 2024-03-01 20:54:13,765 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:13,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:13,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:13,775 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:13,775 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:13,775 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:13,775 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:13,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:54:13,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:54:13,779 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:13,782 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:13,782 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:13,786 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:13,786 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:13,786 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:54:13,787 INFO blivet/MainThread: got device: DiskDevice instance (0x7f94e9806f28) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:54:13,790 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:13,794 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:13,794 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:54:13,798 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:13,798 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:54:13,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:13,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:54:13,805 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:13,805 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:54:13,809 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:13,812 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:13,816 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:13,820 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 0x7f94e97ebe48> 2024-03-01 20:54:16,917 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:54:16,922 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:16,922 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:16,926 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': '26381827'} ; 2024-03-01 20:54:16,926 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:16,927 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:16,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:16,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:16,937 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:16,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:16,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:16,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:16,956 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:16,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:16,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:54:16,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:54:16,980 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:16,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:54:16,983 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:16,987 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:16,987 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:16,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 20:54:16,991 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:16,991 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:16,994 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:16,998 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:17,001 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:17,004 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:17,007 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:17,008 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:17,008 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:54:17,009 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:17,008 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f94f881a208) -- 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 0x7f94e98190f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:17,012 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:17,016 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:17,016 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:54:17,020 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:17,020 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:54:17,023 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:17,023 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:54:17,027 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:17,027 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:54:17,029 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:17,029 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:17,033 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:17,033 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:54:17,036 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:17,036 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:17,037 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,050 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,063 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:17,064 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:17,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,077 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:17,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,089 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:17,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,101 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:17,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,113 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:17,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,125 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:54:17,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,137 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:17,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,150 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:54:17,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:54:17,156 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:54:17,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:54:17,163 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:54:17,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:54:17,169 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:54:17,172 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:54:17,172 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:54:17,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:54:17,176 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:17,176 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:17,180 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:54:17,180 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:17,183 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:54:17,183 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:54:17,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:54:17,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:17,187 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:17,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:54:17,190 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:17,193 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:54:17,193 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:54:17,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:54:17,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:17,197 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:17,200 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:54:17,200 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:17,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:54:17,205 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:54:17,209 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:17,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:54:17,216 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:17,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:54:17,223 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:17,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:54:17,228 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:54:17,228 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:54:17,228 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:17,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:17,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:17,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:17,242 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:54:17,243 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:54:17,243 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:54:17,243 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 20:54:17,244 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:54:17,244 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:54:17,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:17,247 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:54:17,250 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:17,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:54:17,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:17,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:17,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:54:17,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:54:17,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:17,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:17,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:54:17,273 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:54:17,274 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:54:17,274 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:54:17,274 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:54:17,278 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:54:17,279 INFO program/MainThread: stderr[4]: 2024-03-01 20:54:17,279 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:54:17,279 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:54:17,279 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:54:17,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:54:17,285 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,286 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,286 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:54:17,286 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:54:17,290 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:17,293 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:17,296 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:54:17,296 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:54:17,299 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:17,299 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 0x7f94e974fd58> 2024-03-01 20:54:17,300 INFO blivet/MainThread: sorting actions... 2024-03-01 20:54:17,301 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:17,301 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:17,301 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:17,301 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:17,302 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:17,302 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:17,302 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:17,302 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,302 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,303 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:17,306 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:17,309 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:54:17,309 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:54:17,315 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,347 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,361 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,362 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:17,366 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:17,369 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:54:17,369 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:54:17,375 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,375 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,403 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,403 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,414 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,415 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:17,419 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:17,422 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:54:17,422 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:54:17,429 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,456 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,467 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,468 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:17,472 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,475 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,478 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,478 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:54:17,479 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:54:17,509 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:54:17,510 INFO program/MainThread: stderr[5]: 2024-03-01 20:54:17,510 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:54:17,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,528 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,532 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:17,533 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:54:17,534 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:54:17,543 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,569 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,569 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:17,574 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,577 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,580 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,580 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:54:17,581 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:54:17,612 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:54:17,613 INFO program/MainThread: stderr[6]: 2024-03-01 20:54:17,613 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:54:17,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,632 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:17,637 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:54:17,638 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:54:17,647 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,670 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,670 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:17,675 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,678 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,681 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,681 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:54:17,682 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:54:17,714 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:54:17,714 INFO program/MainThread: stderr[7]: 2024-03-01 20:54:17,714 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:54:17,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,733 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,737 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:17,738 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:54:17,739 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:54:17,748 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,771 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,771 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:17,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:54:17,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:54:17,782 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,785 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,789 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,792 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,795 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,798 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:54:17,802 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:17,859 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 20:54:17,859 INFO program/MainThread: stderr[8]: 2024-03-01 20:54:17,859 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:54:17,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:54:17,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:54:17,883 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,887 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,892 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,898 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,901 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,905 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,916 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:54:17,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:54:17,924 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,934 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,935 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:54:17,943 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:17,956 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:17,956 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:17,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:54:17,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:54:17,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:54:17,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:54:17,975 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,978 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,982 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,986 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,989 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:17,993 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:17,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:18,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:54:18,009 INFO program/MainThread: Running [9] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:18,037 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:54:18,037 INFO program/MainThread: stderr[9]: 2024-03-01 20:54:18,037 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:54:18,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:54:18,042 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:18,135 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 20:54:18,135 INFO program/MainThread: stderr[10]: 2024-03-01 20:54:18,135 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:54:18,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:18,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:18,153 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:18,153 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:18,176 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:18,182 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:18,182 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:54:18,192 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,192 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:18,209 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,209 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:18,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:18,217 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:18,220 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:54:18,221 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:54:18,246 INFO program/MainThread: stdout: 2024-03-01 20:54:18,246 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:54:18,246 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:54:18,246 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:54:18,246 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:54:18,246 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:54:18,246 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:54:18,246 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:54:18,247 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:54:18,247 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:54:18,247 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:54:18,247 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,247 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:54:18,260 INFO program/MainThread: stdout: 2024-03-01 20:54:18,261 INFO program/MainThread: writing all SBs 2024-03-01 20:54:18,261 INFO program/MainThread: new label = "" 2024-03-01 20:54:18,261 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:18,275 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:18,280 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:18,281 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:54:18,290 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:18,306 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:18,312 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:18,312 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 0x7f94e96e40f8> 2024-03-01 20:54:18,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:18,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:54:18,319 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:54:18,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:18,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:54:18,325 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:54:35,564 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_v7zf__wo/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:35,600 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:35,600 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:35,604 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:35,604 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:54:35,604 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:35,604 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:35,608 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:35,609 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:35,613 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:35,613 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:35,616 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:35,616 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:35,619 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:35,619 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:35,628 INFO program/MainThread: stdout: 2024-03-01 20:54:35,628 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:35,628 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 2024-03-01 20:54:35,628 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd 2024-03-01 20:54:35,628 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 2024-03-01 20:54:35,628 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd 2024-03-01 20:54:35,628 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ 2024-03-01 20:54:35,629 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:35,629 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:35,629 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:35,629 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd sdb 1073741824 root disk brw-rw---- LVM2_member m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd sdc 1073741824 root disk brw-rw---- LVM2_member KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:35,629 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:35,629 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:35,630 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:35,630 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:35,630 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:35,630 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:35,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:35,643 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:35,655 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:54:35,660 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/lvm-pv-uuid-M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f', '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': 'M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2', 'ID_FS_UUID_ENC': 'M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:54:35,660 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:54:35,661 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:35,690 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:35,690 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:35,690 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:35,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:35,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:35,704 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:35,709 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:35,709 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:35,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:35,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:35,713 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:35,717 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:35,717 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:54:35,720 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:54:35,721 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:35,721 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:35,721 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19dcc6358) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:54:35,725 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:35,729 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:35,729 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:54:35,733 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:35,733 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:54:35,736 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:35,737 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:54:35,740 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:35,740 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:54:35,744 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:54:35,744 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:54:35,744 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:35,774 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:35,774 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5. WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:54:35,774 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:54:35,775 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:54:35,780 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 ; label: None ; device: /dev/sda ; serial: 360014056f88994e435844fea0635145f ; exists: True ; vg_name: test_vg1 ; vg_uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; pe_start: 8 MiB ; 2024-03-01 20:54:35,780 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:54:35,783 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:54:35,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:35,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:35,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:35,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:35,797 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:35,823 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:35,823 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5. WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:54:35,823 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:54:35,824 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:54:35,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:54:35,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:54:35,834 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:35,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:35,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:54:35,838 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:35,863 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:54:35,863 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5. WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:54:35,863 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:54:35,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:54:35,869 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:54:35,872 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:54:35,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:35,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:54:35,879 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:54:35,879 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:35,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/lvm-pv-uuid-m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 ' '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39', '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': 'm3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5', 'ID_FS_UUID_ENC': 'm3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:54:35,883 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:54:35,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:35,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:35,894 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:35,895 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:35,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:54:35,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:35,898 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:35,902 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:35,902 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:54:35,905 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:54:35,906 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:35,906 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:54:35,906 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc98550) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:54:35,910 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:35,913 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:35,913 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:54:35,917 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:35,917 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:54:35,921 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:35,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:54:35,924 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:35,924 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:54:35,927 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:54:35,927 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:54:35,928 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:35,953 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:35,953 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). 2024-03-01 20:54:35,953 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:54:35,954 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:54:35,958 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 ; label: None ; device: /dev/sdb ; serial: 36001405038fa0ec67004009822636a39 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:54:35,958 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:54:35,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:54:35,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:35,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:54:35,972 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:54:35,975 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:35,979 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:54:35,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:35,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:35,985 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:36,014 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:54:36,015 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). 2024-03-01 20:54:36,015 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:54:36,015 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:54:36,015 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:36,020 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:54:36,020 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:54:36,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,031 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:36,032 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:36,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:54:36,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:36,035 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:36,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:36,039 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:54:36,042 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:54:36,043 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,043 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:54:36,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc98dd8) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:54:36,047 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:36,047 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:36,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:54:36,050 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:54:36,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,061 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:36,061 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:36,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:54:36,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:36,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:36,068 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:36,069 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:54:36,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:54:36,072 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,073 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:54:36,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cbfcf28) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:54:36,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:36,077 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:36,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/lvm-pv-uuid-KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2', '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': 'KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ', 'ID_FS_UUID_ENC': 'KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:54:36,080 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:54:36,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,091 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:36,091 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:36,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:54:36,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:36,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:36,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:36,098 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:54:36,102 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:54:36,102 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,103 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:54:36,103 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc053c8) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:54:36,106 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:36,110 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:36,110 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:54:36,113 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:36,114 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:54:36,117 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:36,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:54:36,121 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:36,121 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:54:36,124 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:54:36,124 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:54:36,124 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:36,151 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:36,151 INFO program/MainThread: stderr[9]: 2024-03-01 20:54:36,151 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:54:36,152 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:54:36,156 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ ; label: None ; device: /dev/sdc ; serial: 36001405e20e515c49f94520af355dfe2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:54:36,156 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:54:36,159 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:54:36,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:36,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:36,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:54:36,173 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:36,177 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:54:36,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:36,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:36,184 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:36,209 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:54:36,209 INFO program/MainThread: stderr[10]: 2024-03-01 20:54:36,209 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:54:36,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:36,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:54:36,228 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:36,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:54:36,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:54:36,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:36,237 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:36,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:36,241 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:36,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:36,245 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:54:36,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:36,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:54:36,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:54:36,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:36,257 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:36,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:36,261 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:36,261 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:54:36,261 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:54:36,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:36,265 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:36,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:36,269 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:36,273 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/686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', '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-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'ID_FS_UUID_ENC': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1013242494'} ; 2024-03-01 20:54:36,273 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:54:36,273 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:36,277 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:54:36,277 INFO program/MainThread: stderr[11]: 2024-03-01 20:54:36,277 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:54:36,277 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:36,280 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:54:36,281 INFO program/MainThread: stderr[12]: 2024-03-01 20:54:36,281 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:54:36,281 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:36,284 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:54:36,284 INFO program/MainThread: stderr[13]: 2024-03-01 20:54:36,284 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:54:36,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:54:36,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:36,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:36,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:36,297 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:36,293 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd19cbfcda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7fd19cc77940) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:36,298 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:36,301 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:54:36,301 INFO program/MainThread: stderr[14]: 2024-03-01 20:54:36,301 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:54:36,306 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:54:36,309 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:36,310 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:54:36,314 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:36,314 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:54:36,318 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:36,318 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:54:36,322 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:36,322 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:54:36,323 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:36,324 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:54:36,327 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:36,328 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:54:36,331 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:36,331 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:36,332 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:36,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:54:36,336 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:54:36,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,347 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:36,347 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:36,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:54:36,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:54:36,351 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:36,354 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:36,354 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:54:36,358 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:54:36,358 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,359 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:54:36,359 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc08cf8) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:54:36,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:36,362 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:54:36,366 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:54:36,366 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:54:36,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,376 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:36,377 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:36,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:54:36,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:54:36,380 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:36,384 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:36,384 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:54:36,387 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:54:36,388 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,388 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:54:36,388 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc0e390) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:54:36,392 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:36,392 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:54:36,395 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:54:36,396 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:54:36,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,406 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:36,407 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:36,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:54:36,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:54:36,410 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:36,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:36,414 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:54:36,417 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:54:36,418 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,418 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:54:36,418 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc98438) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:54:36,422 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:36,422 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:54:36,425 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:54:36,425 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:54:36,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,436 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:36,437 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:36,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:54:36,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:54:36,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:36,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:36,444 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:54:36,447 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:54:36,448 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,448 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:54:36,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cbff278) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:54:36,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:36,452 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:54:36,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:54:36,455 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:54:36,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,466 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:36,467 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:36,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:54:36,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:54:36,471 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:36,474 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:36,475 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:54:36,478 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:54:36,478 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,479 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:54:36,479 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cbff7b8) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:54:36,482 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:36,483 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:54:36,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:54:36,486 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:54:36,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:36,498 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:36,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:54:36,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:54:36,501 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:36,505 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:36,505 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:54:36,508 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:54:36,509 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,509 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:54:36,509 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc1d160) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:54:36,513 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:36,513 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:54:36,516 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:54:36,516 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:54:36,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,527 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:36,528 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:36,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:54:36,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:54:36,531 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:36,535 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:36,535 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:54:36,538 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:54:36,538 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:36,539 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:54:36,539 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc1d828) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:54:36,542 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:36,543 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:54:36,546 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': '26377255'} ; 2024-03-01 20:54:36,546 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:36,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:36,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:36,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:36,557 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:36,557 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:36,557 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:36,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:54:36,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:54:36,561 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:36,564 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:36,564 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:36,567 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:36,568 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:36,568 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:54:36,568 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd19cc1dd68) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:54:36,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:36,575 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:36,575 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:54:36,579 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:36,579 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:54:36,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:36,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:54:36,586 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:36,586 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:54:36,589 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:36,593 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:36,596 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:36,600 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 0x7fd19dd66688> 2024-03-01 20:54:39,782 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:54:39,787 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:39,787 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:39,791 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': '26381827'} ; 2024-03-01 20:54:39,791 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:39,791 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:39,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:39,802 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:39,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:39,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:39,819 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:39,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:54:39,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:54:39,842 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:39,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:54:39,846 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:39,850 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:39,850 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:39,853 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:39,854 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:39,854 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:39,857 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:39,861 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:39,864 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:39,867 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:39,870 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:39,871 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:39,871 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:54:39,872 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:39,871 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd19cc26588) -- 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 0x7fd19cc2de60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:39,876 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:39,879 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:39,879 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:54:39,883 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:39,883 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:54:39,887 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:39,887 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:54:39,890 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:39,890 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:54:39,890 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:39,894 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:39,894 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:54:39,897 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:39,897 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:39,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd ' '/dev/disk/by-id/dm-uuid-LVM-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', '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-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'ID_FS_UUID_ENC': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1013242494'} ; 2024-03-01 20:54:39,901 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:54:39,901 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:39,905 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:54:39,905 INFO program/MainThread: stderr[15]: 2024-03-01 20:54:39,905 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:54:39,905 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:39,908 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:54:39,908 INFO program/MainThread: stderr[16]: 2024-03-01 20:54:39,908 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:54:39,909 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:39,912 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:54:39,912 INFO program/MainThread: stderr[17]: 2024-03-01 20:54:39,912 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:54:39,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:54:39,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:39,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:39,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:39,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:39,920 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd19cbfcda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7fd19cc77940) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:39,925 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:39,928 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:54:39,928 INFO program/MainThread: stderr[18]: 2024-03-01 20:54:39,928 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:54:39,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:54:39,933 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:54:39,933 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:39,943 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:39,956 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:39,957 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:39,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:39,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:39,970 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:39,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:39,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:39,983 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:39,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:39,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:39,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:39,995 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:39,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:40,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:40,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:40,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:40,007 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:40,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:40,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:40,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:40,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:40,020 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:54:40,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:40,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:40,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:40,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:40,032 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:44,724 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_b1ouqcxe/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:44,760 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:44,760 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:44,763 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:44,763 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 20:54:44,764 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:44,764 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:44,768 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:44,768 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:44,772 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:44,772 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:44,775 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:44,775 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:44,778 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:44,779 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:44,787 INFO program/MainThread: stdout: 2024-03-01 20:54:44,787 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:44,787 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 2024-03-01 20:54:44,787 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd 2024-03-01 20:54:44,787 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 2024-03-01 20:54:44,787 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd 2024-03-01 20:54:44,787 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ 2024-03-01 20:54:44,787 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,787 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:44,788 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:44,788 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:44,788 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd sdb 1073741824 root disk brw-rw---- LVM2_member m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd sdc 1073741824 root disk brw-rw---- LVM2_member KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:44,788 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:44,788 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:44,789 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:44,789 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:44,789 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:44,789 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:44,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:44,801 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:44,813 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:54:44,818 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_6f88994e-4358-44fe-a063-5145f7f883f5 ' '/dev/disk/by-id/wwn-0x60014056f88994e435844fea0635145f ' '/dev/disk/by-id/scsi-360014056f88994e435844fea0635145f ' '/dev/disk/by-id/lvm-pv-uuid-M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2', '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': 'M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2', 'ID_FS_UUID_ENC': 'M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2', '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': '6f88994e-4358-44fe-a063-5145f7f883f5', 'ID_SERIAL': '360014056f88994e435844fea0635145f', 'ID_SERIAL_SHORT': '60014056f88994e435844fea0635145f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f88994e4', 'ID_WWN_VENDOR_EXTENSION': '0x35844fea0635145f', 'ID_WWN_WITH_EXTENSION': '0x60014056f88994e435844fea0635145f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f88994e435844fea0635145f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f88994e-4358-44fe-a063-5145f7f883f5', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472064133'} ; 2024-03-01 20:54:44,818 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:54:44,819 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:44,845 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:44,845 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:44,845 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:44,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:44,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:44,859 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:44,863 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:44,864 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:44,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:44,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:44,868 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:44,871 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:44,872 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:54:44,875 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:54:44,875 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:44,876 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:44,876 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e81f6f3c8) -- 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 = 60014056f88994e435844fea0635145f 2024-03-01 20:54:44,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:44,884 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:44,884 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:54:44,887 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:44,887 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:54:44,891 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:44,891 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:54:44,895 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:44,895 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:54:44,898 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:54:44,898 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:54:44,898 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:44,926 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:44,926 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5. WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:54:44,926 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:54:44,927 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:54:44,931 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 ; label: None ; device: /dev/sda ; serial: 360014056f88994e435844fea0635145f ; exists: True ; vg_name: test_vg1 ; vg_uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; pe_start: 8 MiB ; 2024-03-01 20:54:44,932 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:54:44,935 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:54:44,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:44,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:44,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:44,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:44,948 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:44,977 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:44,977 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5. WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:54:44,977 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:54:44,977 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:54:44,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:54:44,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:54:44,987 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:44,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:44,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:54:44,991 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:45,017 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:54:45,017 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5. WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:54:45,017 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:54:45,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:54:45,023 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:54:45,026 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:54:45,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:45,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:54:45,033 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:54:45,033 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:45,037 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/lvm-pv-uuid-m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 ' '/dev/disk/by-id/wwn-0x6001405038fa0ec67004009822636a39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_038fa0ec-6700-4009-8226-36a399867dca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', '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': 'm3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5', 'ID_FS_UUID_ENC': 'm3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5', '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': '038fa0ec-6700-4009-8226-36a399867dca', 'ID_SERIAL': '36001405038fa0ec67004009822636a39', 'ID_SERIAL_SHORT': '6001405038fa0ec67004009822636a39', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405038fa0ec6', 'ID_WWN_VENDOR_EXTENSION': '0x7004009822636a39', 'ID_WWN_WITH_EXTENSION': '0x6001405038fa0ec67004009822636a39', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405038fa0ec67004009822636a39', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '038fa0ec-6700-4009-8226-36a399867dca', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472040985'} ; 2024-03-01 20:54:45,037 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:54:45,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,047 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:45,048 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:45,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:54:45,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:45,051 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:45,055 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:45,055 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:54:45,058 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:54:45,059 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,059 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:54:45,059 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80f415f8) -- 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 = 6001405038fa0ec67004009822636a39 2024-03-01 20:54:45,063 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:45,066 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:45,066 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:54:45,070 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:45,070 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:54:45,073 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:54:45,077 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,077 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:54:45,080 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:54:45,080 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:54:45,080 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:45,105 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:45,105 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). 2024-03-01 20:54:45,105 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:54:45,106 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:54:45,110 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 ; label: None ; device: /dev/sdb ; serial: 36001405038fa0ec67004009822636a39 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:54:45,110 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:54:45,114 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:54:45,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:45,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:54:45,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:54:45,127 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:45,130 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:54:45,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:45,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:45,137 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:45,163 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:54:45,163 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ. WARNING: VG test_vg1 is missing PV KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ (last written to /dev/sdc). 2024-03-01 20:54:45,163 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:54:45,164 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:54:45,164 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:45,168 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/scsi-36001405aba5d0d15e4c44d899e1bd515 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_aba5d0d1-5e4c-44d8-99e1-bd515180d8d3 ' '/dev/disk/by-id/wwn-0x6001405aba5d0d15e4c44d899e1bd515', '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': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'ID_SERIAL': '36001405aba5d0d15e4c44d899e1bd515', 'ID_SERIAL_SHORT': '6001405aba5d0d15e4c44d899e1bd515', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405aba5d0d15', 'ID_WWN_VENDOR_EXTENSION': '0xe4c44d899e1bd515', 'ID_WWN_WITH_EXTENSION': '0x6001405aba5d0d15e4c44d899e1bd515', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405aba5d0d15e4c44d899e1bd515', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'aba5d0d1-5e4c-44d8-99e1-bd515180d8d3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472850144'} ; 2024-03-01 20:54:45,169 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:54:45,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,179 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:45,180 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:45,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:54:45,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:45,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:45,187 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:45,187 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:54:45,190 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:54:45,191 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,191 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:54:45,191 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80f41e80) -- 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 = 6001405aba5d0d15e4c44d899e1bd515 2024-03-01 20:54:45,195 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:45,195 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:45,198 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061 ' '/dev/disk/by-id/scsi-36001405b048c254f553461daaf5f8dfa ' '/dev/disk/by-id/wwn-0x6001405b048c254f553461daaf5f8dfa', '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': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'ID_SERIAL': '36001405b048c254f553461daaf5f8dfa', 'ID_SERIAL_SHORT': '6001405b048c254f553461daaf5f8dfa', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b048c254f', 'ID_WWN_VENDOR_EXTENSION': '0x553461daaf5f8dfa', 'ID_WWN_WITH_EXTENSION': '0x6001405b048c254f553461daaf5f8dfa', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b048c254f553461daaf5f8dfa', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b048c254-f553-461d-aaf5-f8dfafd54061', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472811068'} ; 2024-03-01 20:54:45,198 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:54:45,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,208 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:45,209 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:45,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:54:45,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:45,212 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:45,216 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:45,216 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:54:45,219 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:54:45,220 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,220 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:54:45,220 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ea5fd0) -- 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 = 6001405b048c254f553461daaf5f8dfa 2024-03-01 20:54:45,224 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:45,224 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:45,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_e20e515c-49f9-4520-af35-5dfe2f733dc0 ' '/dev/disk/by-id/wwn-0x6001405e20e515c49f94520af355dfe2 ' '/dev/disk/by-id/scsi-36001405e20e515c49f94520af355dfe2', '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': 'KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ', 'ID_FS_UUID_ENC': 'KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ', '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': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'ID_SERIAL': '36001405e20e515c49f94520af355dfe2', 'ID_SERIAL_SHORT': '6001405e20e515c49f94520af355dfe2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e20e515c4', 'ID_WWN_VENDOR_EXTENSION': '0x9f94520af355dfe2', 'ID_WWN_WITH_EXTENSION': '0x6001405e20e515c49f94520af355dfe2', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e20e515c49f94520af355dfe2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e20e515c-49f9-4520-af35-5dfe2f733dc0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472061093'} ; 2024-03-01 20:54:45,227 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:54:45,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,238 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:45,238 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:45,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:54:45,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:45,242 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:45,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:45,245 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:54:45,249 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:54:45,249 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,249 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:54:45,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ead470) -- 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 = 6001405e20e515c49f94520af355dfe2 2024-03-01 20:54:45,253 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:45,256 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:45,256 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:54:45,260 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:45,260 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:54:45,263 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,264 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:54:45,267 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,267 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:54:45,270 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:54:45,270 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:54:45,270 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:45,295 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=M8gJpj-5bF2-WPis-qF53-hHkt-c8xM-1A1Aw2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=m3NV2F-sd20-jOVz-B71m-szF3-2atx-wnJ0s5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T 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=KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:54:45,296 INFO program/MainThread: stderr[9]: 2024-03-01 20:54:45,296 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:54:45,296 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:54:45,300 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KyU4CJ-W1Hn-Xi3S-XfeU-dDNw-AwnN-ItwIyQ ; label: None ; device: /dev/sdc ; serial: 36001405e20e515c49f94520af355dfe2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:54:45,301 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:54:45,304 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:54:45,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:45,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:45,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:54:45,317 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:45,320 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:54:45,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T ; incomplete: True ; hidden: False ; 2024-03-01 20:54:45,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:45,327 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:45,353 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:54:45,353 INFO program/MainThread: stderr[10]: 2024-03-01 20:54:45,353 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:54:45,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:45,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:54:45,372 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:45,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:54:45,376 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:54:45,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:45,380 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:45,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:45,384 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:45,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:45,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:54:45,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:45,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:54:45,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:54:45,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:45,400 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:45,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:45,404 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:45,404 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:54:45,404 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:54:45,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:45,407 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:45,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:45,411 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:45,415 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', '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-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'ID_FS_UUID_ENC': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1013242494'} ; 2024-03-01 20:54:45,415 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:54:45,415 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:45,419 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:54:45,419 INFO program/MainThread: stderr[11]: 2024-03-01 20:54:45,420 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:54:45,420 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:45,423 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:54:45,423 INFO program/MainThread: stderr[12]: 2024-03-01 20:54:45,423 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:54:45,423 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:45,426 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:54:45,426 INFO program/MainThread: stderr[13]: 2024-03-01 20:54:45,426 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:54:45,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:54:45,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:45,438 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:45,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:45,439 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:45,434 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:45,439 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:45,443 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:54:45,443 INFO program/MainThread: stderr[14]: 2024-03-01 20:54:45,443 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:54:45,447 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:54:45,451 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:45,451 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:54:45,455 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:45,455 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:54:45,459 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,459 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:54:45,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:54:45,464 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:45,465 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:54:45,468 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:45,469 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:54:45,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:45,472 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:45,473 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:45,477 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884 ' '/dev/disk/by-id/scsi-360014050929f5ccaea04345ba42a66b8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_0929f5cc-aea0-4345-ba42-a66b8751b884', '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': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'ID_SERIAL': '360014050929f5ccaea04345ba42a66b8', 'ID_SERIAL_SHORT': '60014050929f5ccaea04345ba42a66b8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050929f5cca', 'ID_WWN_VENDOR_EXTENSION': '0xea04345ba42a66b8', 'ID_WWN_WITH_EXTENSION': '0x60014050929f5ccaea04345ba42a66b8', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050929f5ccaea04345ba42a66b8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0929f5cc-aea0-4345-ba42-a66b8751b884', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472232478'} ; 2024-03-01 20:54:45,477 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:54:45,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,487 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:45,488 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:45,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:54:45,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:54:45,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:45,495 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:45,495 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:54:45,498 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:54:45,499 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,499 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:54:45,499 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80eb1ef0) -- 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 = 60014050929f5ccaea04345ba42a66b8 2024-03-01 20:54:45,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:45,503 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:54:45,506 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e ' '/dev/disk/by-id/wwn-0x6001405d1c732d25b0440bbb24674d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d1c732d2-5b04-40bb-b246-74d2941bbb1e', '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': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'ID_SERIAL': '36001405d1c732d25b0440bbb24674d29', 'ID_SERIAL_SHORT': '6001405d1c732d25b0440bbb24674d29', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d1c732d25', 'ID_WWN_VENDOR_EXTENSION': '0xb0440bbb24674d29', 'ID_WWN_WITH_EXTENSION': '0x6001405d1c732d25b0440bbb24674d29', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d1c732d25b0440bbb24674d29', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd1c732d2-5b04-40bb-b246-74d2941bbb1e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472253937'} ; 2024-03-01 20:54:45,507 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:54:45,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:45,518 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:45,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:54:45,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:54:45,521 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:45,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:45,525 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:54:45,528 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:54:45,528 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,529 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:54:45,529 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80eb7438) -- 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 = 6001405d1c732d25b0440bbb24674d29 2024-03-01 20:54:45,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:45,532 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:54:45,536 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_70a1d4f7-fd57-424a-bc40-5baa447905b0 ' '/dev/disk/by-id/scsi-3600140570a1d4f7fd57424abc405baa4 ' '/dev/disk/by-id/wwn-0x600140570a1d4f7fd57424abc405baa4', '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': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'ID_SERIAL': '3600140570a1d4f7fd57424abc405baa4', 'ID_SERIAL_SHORT': '600140570a1d4f7fd57424abc405baa4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570a1d4f7f', 'ID_WWN_VENDOR_EXTENSION': '0xd57424abc405baa4', 'ID_WWN_WITH_EXTENSION': '0x600140570a1d4f7fd57424abc405baa4', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570a1d4f7fd57424abc405baa4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70a1d4f7-fd57-424a-bc40-5baa447905b0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472315130'} ; 2024-03-01 20:54:45,536 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:54:45,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,546 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:45,547 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:45,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:54:45,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:54:45,550 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:45,554 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:45,554 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:54:45,557 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:54:45,557 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,558 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:54:45,558 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80f41b00) -- 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 = 600140570a1d4f7fd57424abc405baa4 2024-03-01 20:54:45,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:45,561 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:54:45,565 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bceb0e58807f4b209f834172a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_bceb0e58-807f-4b20-9f83-4172a18975c8 ' '/dev/disk/by-id/wwn-0x6001405bceb0e58807f4b209f834172a', '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': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'ID_SERIAL': '36001405bceb0e58807f4b209f834172a', 'ID_SERIAL_SHORT': '6001405bceb0e58807f4b209f834172a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bceb0e588', 'ID_WWN_VENDOR_EXTENSION': '0x07f4b209f834172a', 'ID_WWN_WITH_EXTENSION': '0x6001405bceb0e58807f4b209f834172a', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bceb0e58807f4b209f834172a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bceb0e58-807f-4b20-9f83-4172a18975c8', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472365478'} ; 2024-03-01 20:54:45,565 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:54:45,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,575 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:45,576 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:45,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:54:45,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:54:45,579 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:45,583 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:45,583 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:54:45,586 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:54:45,587 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,587 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:54:45,587 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ea8320) -- 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 = 6001405bceb0e58807f4b209f834172a 2024-03-01 20:54:45,591 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:45,591 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:54:45,594 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140567ed1e2fd3374c129eda0cfd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_67ed1e2f-d337-4c12-9eda-0cfd645e88bd ' '/dev/disk/by-id/wwn-0x600140567ed1e2fd3374c129eda0cfd6', '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': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'ID_SERIAL': '3600140567ed1e2fd3374c129eda0cfd6', 'ID_SERIAL_SHORT': '600140567ed1e2fd3374c129eda0cfd6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140567ed1e2fd', 'ID_WWN_VENDOR_EXTENSION': '0x3374c129eda0cfd6', 'ID_WWN_WITH_EXTENSION': '0x600140567ed1e2fd3374c129eda0cfd6', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140567ed1e2fd3374c129eda0cfd6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '67ed1e2f-d337-4c12-9eda-0cfd645e88bd', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472594905'} ; 2024-03-01 20:54:45,594 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:54:45,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,605 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:45,605 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:45,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:54:45,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:54:45,609 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:45,612 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:45,612 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:54:45,616 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:54:45,616 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,616 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:54:45,617 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ea8860) -- 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 = 600140567ed1e2fd3374c129eda0cfd6 2024-03-01 20:54:45,620 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:45,620 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:54:45,624 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599 ' '/dev/disk/by-id/wwn-0x600140554abcf0e3e3c4ea796a593492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_54abcf0e-3e3c-4ea7-96a5-9349296b8599', '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': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'ID_SERIAL': '3600140554abcf0e3e3c4ea796a593492', 'ID_SERIAL_SHORT': '600140554abcf0e3e3c4ea796a593492', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140554abcf0e3', 'ID_WWN_VENDOR_EXTENSION': '0xe3c4ea796a593492', 'ID_WWN_WITH_EXTENSION': '0x600140554abcf0e3e3c4ea796a593492', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140554abcf0e3e3c4ea796a593492', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '54abcf0e-3e3c-4ea7-96a5-9349296b8599', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472631083'} ; 2024-03-01 20:54:45,624 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:54:45,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,635 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:45,635 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:45,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:54:45,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:54:45,639 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:45,642 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:45,642 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:54:45,646 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:54:45,646 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,646 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:54:45,647 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ec6240) -- 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 = 600140554abcf0e3e3c4ea796a593492 2024-03-01 20:54:45,650 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:45,650 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:54:45,654 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-360014050ff62c316c494b62bfa36e8f4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', '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': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'ID_SERIAL': '360014050ff62c316c494b62bfa36e8f4', 'ID_SERIAL_SHORT': '60014050ff62c316c494b62bfa36e8f4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ff62c316', 'ID_WWN_VENDOR_EXTENSION': '0xc494b62bfa36e8f4', 'ID_WWN_WITH_EXTENSION': '0x60014050ff62c316c494b62bfa36e8f4', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ff62c316c494b62bfa36e8f4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_PORT_NAME': 'naa.50014051f8134f13,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ff62c31-6c49-4b62-bfa3-6e8f4687eab4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014051f8134f13', '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': '472719836'} ; 2024-03-01 20:54:45,654 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:54:45,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,664 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:45,665 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:45,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:54:45,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:54:45,668 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:45,672 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:45,672 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:54:45,675 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:54:45,675 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:45,676 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:54:45,676 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ec68d0) -- 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 = 60014050ff62c316c494b62bfa36e8f4 2024-03-01 20:54:45,679 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:45,680 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:54:45,683 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': '26377255'} ; 2024-03-01 20:54:45,683 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:45,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:45,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:45,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:45,694 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:45,694 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:45,694 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:45,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:54:45,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:54:45,697 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:45,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:45,701 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:45,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:45,704 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:45,705 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:54:45,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e80ec6e10) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:54:45,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:45,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:45,712 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:54:45,715 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:45,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:54:45,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:54:45,722 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:45,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:54:45,726 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:45,729 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:45,733 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:45,737 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 0x7f2e80eb3988> 2024-03-01 20:54:48,874 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:54:48,879 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:48,879 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:48,883 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': '26381827'} ; 2024-03-01 20:54:48,883 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:48,884 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:48,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:48,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:48,894 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:48,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:48,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:48,900 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:48,913 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:48,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:48,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:54:48,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:54:48,937 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:48,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:54:48,940 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:48,944 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:48,944 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:48,948 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:48,948 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:48,948 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:48,951 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:48,955 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:48,958 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:48,961 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:48,964 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:48,965 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:48,965 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:54:48,966 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:48,965 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f2e80ed0470) -- 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 0x7f2e80ed6e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:48,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:48,973 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:48,973 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:54:48,976 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:48,976 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:54:48,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:48,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:54:48,983 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:48,984 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:54:48,984 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:48,987 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:48,987 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:54:48,990 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:48,990 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:48,994 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', '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-ggidr6f18t2ioOL7SOoUn4yPmlMtxr2TDO7uY0YZNJm6nDVoz6ub3wxuM4FeqR1w', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'ID_FS_UUID_ENC': '686ccb6f-1d2a-43fa-9c2d-a5c56aeb46dd', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1013242494'} ; 2024-03-01 20:54:48,994 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:54:48,994 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:48,998 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:54:48,998 INFO program/MainThread: stderr[15]: 2024-03-01 20:54:48,998 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:54:48,999 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:49,002 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:54:49,002 INFO program/MainThread: stderr[16]: 2024-03-01 20:54:49,002 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:54:49,002 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:49,005 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:54:49,005 INFO program/MainThread: stderr[17]: 2024-03-01 20:54:49,006 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:54:49,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:54:49,016 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,016 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,013 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,018 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:49,021 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:54:49,021 INFO program/MainThread: stderr[18]: 2024-03-01 20:54:49,021 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:54:49,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:54:49,026 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:54:49,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,036 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,049 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:49,050 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:49,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:49,063 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:49,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:49,076 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:49,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:49,088 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:49,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:49,100 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:49,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:49,112 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:54:49,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:49,123 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:49,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,130 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:54:49,130 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,131 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,131 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,132 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,132 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,132 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,133 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,133 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,134 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,134 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,134 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,135 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:49,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:54:49,141 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:54:49,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:54:49,147 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:54:49,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:54:49,153 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:54:49,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:54:49,160 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:54:49,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,163 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,164 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,167 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,168 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,171 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,172 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,175 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,175 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,176 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,179 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,180 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,181 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,183 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,184 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,184 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,185 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,188 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,188 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,189 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,192 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,193 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,196 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,196 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,197 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,200 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,201 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,201 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,204 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,205 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,205 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,208 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,210 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,213 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,214 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,217 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,217 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,218 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,221 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,221 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,222 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,225 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,226 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,229 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,229 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,230 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,233 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,233 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,234 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,234 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,237 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,237 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,238 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,238 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,242 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,242 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,243 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,246 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,246 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,247 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,243 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,251 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,254 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,254 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,255 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,258 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,259 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,262 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,262 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,263 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,259 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,266 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,266 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,267 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,270 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,271 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,275 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,276 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,279 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,280 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,283 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,284 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,287 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,288 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,290 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,291 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:49,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:49,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e80ea5ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = DO7uY0-YZNJ-m6nD-Voz6-ub3w-xuM4-FeqR1w 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 (0x7f2e80f1d978) -- 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 = ggidr6-f18t-2ioO-L7SO-oUn4-yPml-Mtxr2T size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:54:49,293 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:54:49,296 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:54:49,296 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:49,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 20:54:49,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:54:49,300 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,301 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 20:54:49,305 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:54:49,305 INFO program/MainThread: stderr[19]: 2024-03-01 20:54:49,305 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:54:49,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:54:49,310 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:54:49,310 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,310 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'sdb', 'test_vg1'] 2024-03-01 20:54:49,310 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:54:49,313 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:54:49,314 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:49,317 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:54:49,321 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:54:49,324 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:54:49,324 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:54:49,324 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:49,324 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:54:49,324 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:54:49,327 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:49,327 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:49,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:54:49,331 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:54:49,331 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:49,331 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:54:49,331 DEBUG blivet/MainThread: removing sda 2024-03-01 20:54:49,334 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:49,334 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:49,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 20:54:49,338 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:54:49,338 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:49,338 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:54:49,338 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:54:49,341 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:49,341 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:49,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:54:49,344 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:54:49,344 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:49,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,358 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,371 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,381 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,397 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:49,398 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,398 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,398 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:49,398 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:49,398 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:49,398 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:49,398 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:54:49,399 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:54:49,402 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:49,405 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:49,408 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:54:49,408 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:54:49,411 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:49,411 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 0x7f2e80f12f10> 2024-03-01 20:54:49,412 INFO blivet/MainThread: sorting actions... 2024-03-01 20:54:49,412 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,412 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,413 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:49,413 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:49,413 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:49,413 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:49,413 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,420 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:49,420 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:54:49,429 INFO program/MainThread: stdout: 2024-03-01 20:54:49,429 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:49,430 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,445 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,445 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,457 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,458 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:49,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:49,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:54:49,469 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:49,473 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:54:49,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:54:49,486 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,521 INFO program/MainThread: stdout[20]: 2024-03-01 20:54:49,521 INFO program/MainThread: stderr[20]: 2024-03-01 20:54:49,521 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:54:49,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:54:49,529 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,533 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:49,536 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,539 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:49,543 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,546 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:49,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:54:49,549 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,585 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 20:54:49,585 INFO program/MainThread: stderr[21]: 2024-03-01 20:54:49,585 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:54:49,586 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:49,593 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:54:49,600 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:54:49,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:54:49,615 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,624 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:49,629 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,635 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:49,641 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,645 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:49,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:54:49,651 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,689 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 20:54:49,689 INFO program/MainThread: stderr[22]: 2024-03-01 20:54:49,689 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:54:49,690 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,731 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:54:49,732 INFO program/MainThread: stderr[23]: 2024-03-01 20:54:49,732 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:54:49,732 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,770 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 20:54:49,770 INFO program/MainThread: stderr[24]: 2024-03-01 20:54:49,770 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:54:49,771 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:49,778 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,786 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:54:49,792 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:54:49,793 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,830 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:54:49,830 INFO program/MainThread: stderr[25]: 2024-03-01 20:54:49,830 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:54:49,830 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:54:49,830 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,841 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,853 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,853 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,863 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,864 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:49,868 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,871 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:54:49,874 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:54:49,874 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:49,900 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:54:49,901 INFO program/MainThread: stderr[26]: 2024-03-01 20:54:49,901 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:54:49,901 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:54:49,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,941 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,959 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,970 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,971 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:49,975 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:49,978 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:54:49,981 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:54:49,981 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:50,009 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:54:50,009 INFO program/MainThread: stderr[27]: 2024-03-01 20:54:50,009 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:54:50,009 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:54:50,010 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,056 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,056 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,070 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,076 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:50,076 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 0x7f2e80eb91a8> to retry, use: --limit @/tmp/tests_mount_no_vg_fail.retry PLAY RECAP ********************************************************************* sut : ok=114 changed=4 unreachable=0 failed=1 skipped=69 rescued=2 ignored=0 Friday 01 March 2024 20:54:54 +0000 (0:00:00.952) 0:01:09.078 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.74s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.43s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 4.85s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.35s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Ensure test packages ---------------------------------------------------- 2.61s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.57s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.54s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.54s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.53s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.53s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.50s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.48s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.43s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.42s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.42s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 2.42s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Update facts ------------------------ 1.76s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Get service facts ------------------- 1.74s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.66s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.66s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---